Skip to content

Commit

Permalink
Temporarily unconditionally remove producers section
Browse files Browse the repository at this point in the history
We've had a lot of bug reports with upstream webpack currently and while
webpack has a fix it may take a moment to deploy. Let's try and fix
wasm-bindgen in the meantime!

Once webpack is updated we can go back to emitting a producers section
by default and publish a new version of wasm-bindgen.
  • Loading branch information
alexcrichton committed Feb 15, 2019
1 parent 632a2b2 commit f0cd51a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/cli-support/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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(),
Expand Down

0 comments on commit f0cd51a

Please sign in to comment.