rustwasm/web/index.js

6 lines
77 B
JavaScript
Raw Normal View History

import init, * as wasm from "./dist/rustwasm.js"
await init()
wasm.greet()