mirror of
https://github.com/rustwasm/wasm-bindgen.git
synced 2024-12-15 12:44:31 +03:00
5 lines
129 B
JavaScript
5 lines
129 B
JavaScript
|
// Note that since we're not using `WebAssembly` we can do a synchronous import
|
||
|
// here!
|
||
|
import { run } from './wasm2js';
|
||
|
run();
|