mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-03-16 18:20:51 +00:00
Merge pull request #1263 from alexcrichton/revert
Revert "Temporarily unconditionally remove producers section"
This commit is contained in:
commit
9e40a6d02b
@ -58,7 +58,7 @@ impl Bindgen {
|
||||
demangle: true,
|
||||
keep_debug: false,
|
||||
remove_name_section: false,
|
||||
remove_producers_section: true,
|
||||
remove_producers_section: false,
|
||||
emit_start: true,
|
||||
weak_refs: env::var("WASM_BINDGEN_WEAKREF").is_ok(),
|
||||
threads: threads_config(),
|
||||
|
Loading…
x
Reference in New Issue
Block a user