rustwasm/web/index.js
2024-11-24 22:49:22 -05:00

6 lines
77 B
JavaScript

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