rustwasm/things.js

6 lines
86 B
JavaScript
Raw Permalink Normal View History

export function foo () {return "bar"}
2024-11-25 04:25:14 +00:00
export function print (s) {
console.log(s)
}