wasm-bindgen/examples/wasm2js/index.js

5 lines
133 B
JavaScript
Raw Normal View History

// Note that since we're not using `WebAssembly` we can do a synchronous import
// here!
import { run } from './pkg/wasm2js';
run();