wasm-bindgen/crates/wasm-bindgen-cli-support
Alex Crichton 2c7c2e7ae1 Cache more objects in generated JS bindings
Cache the `Uint8Array` and `Uint32Array` views into wasm memory as well as the
instances of `TextEncoder` and `TextDecoder`. Should hopefully help cut down on
gc traffic and otherwise convince the engine to keep these as long-lived
objects.
2018-02-06 15:33:17 -08:00
..
src Cache more objects in generated JS bindings 2018-02-06 15:33:17 -08:00
Cargo.toml Fix some class import methods and auto gc 2018-02-06 08:58:15 -08:00