mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-06-12 12:31:22 +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:
@ -58,7 +58,7 @@ impl Bindgen {
|
||||
demangle: true,
|
||||
keep_debug: false,
|
||||
remove_name_section: false,
|
||||
remove_producers_section: false,
|
||||
remove_producers_section: true,
|
||||
emit_start: true,
|
||||
weak_refs: env::var("WASM_BINDGEN_WEAKREF").is_ok(),
|
||||
threads: threads_config(),
|
||||
|
Reference in New Issue
Block a user