mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-03-16 18:20:51 +00:00
Merge pull request #1260 from alexcrichton/no-producers
Temporarily unconditionally remove producers section
This commit is contained in:
commit
4dcaa79ba6
@ -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(),
|
||||
|
Loading…
x
Reference in New Issue
Block a user