mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-04-03 02:41:06 +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,
|
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