We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bba352 commit 0db2587Copy full SHA for 0db2587
src/librustc_codegen_ssa/back/linker.rs
@@ -911,9 +911,6 @@ impl<'a> WasmLd<'a> {
911
// For now we just never have an entry symbol
912
cmd.arg("--no-entry");
913
914
- // Make the default table accessible
915
- cmd.arg("--export-table");
916
-
917
// Rust code should never have warnings, and warnings are often
918
// indicative of bugs, let's prevent them.
919
cmd.arg("--fatal-warnings");
0 commit comments