5 lines
133 B
JavaScript
Raw Permalink Normal View History

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