6 lines
77 B
JavaScript
6 lines
77 B
JavaScript
import init, * as wasm from "./dist/rustwasm.js"
|
|
|
|
await init()
|
|
wasm.greet()
|
|
|