Skip to content

Commit

Permalink
Don't export table by default in wasm
Browse files Browse the repository at this point in the history
  • Loading branch information
pepyakin committed Jan 23, 2019
1 parent 6bba352 commit 0db2587
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/librustc_codegen_ssa/back/linker.rs
Original file line number Diff line number Diff line change
Expand Up @@ -911,9 +911,6 @@ impl<'a> WasmLd<'a> {
// For now we just never have an entry symbol
cmd.arg("--no-entry");

// Make the default table accessible
cmd.arg("--export-table");

// Rust code should never have warnings, and warnings are often
// indicative of bugs, let's prevent them.
cmd.arg("--fatal-warnings");
Expand Down

0 comments on commit 0db2587

Please sign in to comment.