wasm-bindgen/crates
Alex Crichton a83c3af4bf Ensure our JS heap is a dense array
Turns out `heap.fill(undefined)` is required to ensure it's a dense
array, otherwise we'll accidentally be a sparse array and much slower
than necessary!
2018-11-30 13:23:41 -08:00
..
backend Move closure shims into the descriptor 2018-11-29 12:42:44 -08:00
cli Run rustfmt 2018-11-30 13:04:27 -08:00
cli-support Ensure our JS heap is a dense array 2018-11-30 13:23:41 -08:00
futures Run rustfmt over everything 2018-11-27 12:07:59 -08:00
gc Run rustfmt over everything 2018-11-27 12:07:59 -08:00
js-sys Run rustfmt over everything 2018-11-27 12:07:59 -08:00
macro Add a #[wasm_bindgen(start)] attribute 2018-11-28 22:11:15 -08:00
macro-support Run rustfmt 2018-11-30 13:04:27 -08:00
shared Add a #[wasm_bindgen(start)] attribute 2018-11-28 22:11:15 -08:00
test Bump to 0.2.28 2018-11-12 09:28:01 -08:00
test-macro Consistently use extern "C" 2018-11-27 12:27:00 -08:00
threads-xform Run rustfmt over everything 2018-11-27 12:07:59 -08:00
typescript Run rustfmt over everything 2018-11-27 12:07:59 -08:00
wasm-interpreter Move closure shims into the descriptor 2018-11-29 12:42:44 -08:00
web-sys Consistently use extern "C" 2018-11-27 12:27:00 -08:00
webidl Remove an unused crate from wasm-bindgen-webidl 2018-11-29 12:22:54 -08:00
webidl-tests Consistently use extern "C" 2018-11-27 12:27:00 -08:00