wasm-bindgen/crates
Alex Crichton 12fc09a124 Add a flag to remove the wasm name section
This commit adds a `--remove-name-section` flag to the `wasm-bindgen`
command which will remove the `name` section of the wasm file, used to
indicate the names of functions typically used in debugging. This flag
is off-by-default and will primarily be controlled by wasm-pack,
typically being passed by default with `wasm-pack build --release`.

Closes #1021
2018-11-09 07:45:19 -08:00
..
backend Implement support for js_class on exported types 2018-11-05 12:29:14 -08:00
cli Add a flag to remove the wasm name section 2018-11-09 07:45:19 -08:00
cli-support Add a flag to remove the wasm name section 2018-11-09 07:45:19 -08:00
futures Bump to 0.2.27 2018-10-29 14:30:33 -07:00
gc Fix a bug in coalescing types with GC 2018-10-30 15:45:21 -07:00
js-sys Bump to 0.2.27 2018-10-29 14:30:33 -07:00
macro Bump to 0.2.27 2018-10-29 14:30:33 -07:00
macro-support Implement support for js_class on exported types 2018-11-05 12:29:14 -08:00
shared Bump to 0.2.27 2018-10-29 14:30:33 -07:00
test Bump to 0.2.27 2018-10-29 14:30:33 -07:00
test-macro Bump to 0.2.27 2018-10-29 14:30:33 -07:00
threads-xform Bump to 0.2.27 2018-10-29 14:30:33 -07:00
typescript cargo +nightly fmt --all 2018-09-26 08:26:00 -07:00
wasm-interpreter Bump to 0.2.27 2018-10-29 14:30:33 -07:00
web-sys Change UnionType to IdlType::Union function to include any supported types instead of returning None when there is at least one unsupported type 2018-11-07 10:39:22 -08:00
webidl Make to_idl_type infallible 2018-11-07 10:38:35 -08:00
webidl-tests cargo +nightly fmt --all 2018-09-26 08:26:00 -07:00