mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-03-20 12:10:52 +00:00
* Have the global `wasm_bindgen` variable be a function which runs initialization rather than exporting an `init` function. * Save off the wasm object on `wasm_bindgen.wasm` so the memory can be accessed * Tidy up the code slightly