mirror of
https://github.com/rustwasm/wasm-bindgen.git
synced 2025-01-06 04:07:47 +03:00
55a9ec1b21
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. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
LICENSE-APACHE | ||
LICENSE-MIT |