wasm-bindgen/crates
Alex Crichton b256b98e38 Improve link_mem_intrinsics hack
Previously the `link_mem_intrinsics` hack actually had a runtime
overhead by storing a value into a global location, but it turns out we
can actually use a non-inlined function call as part of the *descriptor*
which requires this to be in the final binary, but we'll end up snip'ing
the value at the end.

All in all this should mean that it's not a zero-overhead solution for
linking these intrinsics! The `#[wasm_bindgen]` attribute already has
other problems if the descriptors don't show up, so that's the least of
our issues!
2018-09-24 15:43:04 -07:00
..
backend Improve link_mem_intrinsics hack 2018-09-24 15:43:04 -07:00
cli Remove the need for a ConstructorToken 2018-09-21 17:42:06 -07:00
cli-support Remove no-longer-needed math bindings 2018-09-24 10:42:04 -07:00
futures Bump to 0.2.22 2018-09-21 13:41:58 -07:00
js-sys Bump to 0.2.22 2018-09-21 13:41:58 -07:00
macro Support #[wasm_bindgen(setter, js_name = ...)] 2018-09-21 17:54:26 -07:00
macro-support Merge pull request #870 from alexcrichton/no-constructor-token 2018-09-21 21:40:08 -07:00
shared Remove the need for a ConstructorToken 2018-09-21 17:42:06 -07:00
test Bump to 0.2.22 2018-09-21 13:41:58 -07:00
test-macro Bump to 0.2.22 2018-09-21 13:41:58 -07:00
typescript Update syn to 0.15 2018-09-06 15:01:24 -07:00
wasm-interpreter Bump to 0.2.22 2018-09-21 13:41:58 -07:00
web-sys Bump to 0.2.22 2018-09-21 13:41:58 -07:00
webidl Merge pull request #862 from alexcrichton/more-types 2018-09-24 10:00:26 -07:00
webidl-tests Reorganize and rewrite examples 2018-09-20 16:45:30 -07:00