wasm-bindgen/crates
Alex Crichton 55a9ec1b21 Simplify wasm2es6js output
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.
2018-07-25 16:56:43 -07:00
..
backend Only emit static descriptors on wasm (#554) 2018-07-25 16:56:27 -05:00
cli Bump to 0.2.14 2018-07-25 09:46:45 -07:00
cli-support Simplify wasm2es6js output 2018-07-25 16:56:43 -07:00
js-sys Js sys use &str arguments (#555) 2018-07-25 18:50:30 -05:00
macro Merge pull request #547 from derekdreery/extra_docs 2018-07-25 12:04:29 -07:00
shared Bump to 0.2.14 2018-07-25 09:46:45 -07:00
test Js sys once over (#550) 2018-07-25 16:33:44 -05:00
test-macro Bump to 0.2.14 2018-07-25 09:46:45 -07:00
test-project-builder Bump to 0.2.14 2018-07-25 09:46:45 -07:00
typescript Fix compile on latest nightly (#489) 2018-07-17 09:11:30 -05:00
web-sys Bump to 0.2.14 2018-07-25 09:46:45 -07:00
webidl Merge pull request #547 from derekdreery/extra_docs 2018-07-25 12:04:29 -07:00