mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-05-22 02:11:19 +00:00
Temporarily unconditionally remove producers section
We've had a lot of bug reports with upstream webpack currently and while webpack has a fix it may take a moment to deploy. Let's try and fix wasm-bindgen in the meantime! Once webpack is updated we can go back to emitting a producers section by default and publish a new version of wasm-bindgen.
This commit is contained in:
parent
632a2b2979
commit
f0cd51a566
@ -58,7 +58,7 @@ impl Bindgen {
|
|||||||
demangle: true,
|
demangle: true,
|
||||||
keep_debug: false,
|
keep_debug: false,
|
||||||
remove_name_section: false,
|
remove_name_section: false,
|
||||||
remove_producers_section: false,
|
remove_producers_section: true,
|
||||||
emit_start: true,
|
emit_start: true,
|
||||||
weak_refs: env::var("WASM_BINDGEN_WEAKREF").is_ok(),
|
weak_refs: env::var("WASM_BINDGEN_WEAKREF").is_ok(),
|
||||||
threads: threads_config(),
|
threads: threads_config(),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user