mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-03-19 19:50:52 +00:00
Currently it generates a lot of shim functions which delegate to the wasm module when loaded, but it turns out with `export let` we can just update the bindings! Instead of exporting a bunch of shims this updates the export functionality to only update the `export let` directives with the direct values from the wasm module once the module is done loading.