mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-06-20 16:26:33 +00:00
Revert "Temporarily unconditionally remove producers section"
This reverts commit f0cd51a566
.
This commit is contained in:
@ -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(),
|
||||
|
Reference in New Issue
Block a user