mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-03-17 10:40:50 +00: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();
|