Skip to content

Commit

Permalink
Remove -Ctarget-feature=+mutable-globals
Browse files Browse the repository at this point in the history
Co-authored-by: Hood Chatham <roberthoodchatham@gmail.com>
  • Loading branch information
messense and hoodmane authored Jun 19, 2022
1 parent 510dba8 commit 192e26f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/compile.rs
Original file line number Diff line number Diff line change
Expand Up @@ -222,13 +222,10 @@ fn compile_target(
shared_args.push("-Zbuild-std");
rust_flags
.get_or_insert_with(Default::default)
.push(" -C relocation-model=pic");
let emscripten_args = &[
"-C",
"relocation-model=pic",
"-C",
"target-feature=+mutable-globals",
"-C",
"link-arg=-sSIDE_MODULE=2",
"-C",
"link-arg=-sWASM_BIGINT",
Expand Down

0 comments on commit 192e26f

Please sign in to comment.