Revert "Temporarily unconditionally remove producers section"

This reverts commit f0cd51a56642599a89daee8330ca4bd20fc97c87.
This commit is contained in:
Alex Crichton 2019-02-15 11:22:46 -08:00
parent ebc0f1c07e
commit a3c03b5265

View File

@ -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(),