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 5a9f0ad commit 6c6b39dCopy full SHA for 6c6b39d
build-engine.sh
@@ -29,6 +29,11 @@ ac_add_options --enable-portable-baseline-interp
29
ac_add_options --prefix=${working_dir}/${objdir}/dist
30
mk_add_options MOZ_OBJDIR=${working_dir}/${objdir}
31
mk_add_options AUTOCLOBBER=1
32
+export RUSTFLAGS="-C relocation-model=pic"
33
+export RUSTC_BOOTSTRAP=1
34
+export CFLAGS="-fPIC"
35
+export CXXFLAGS="-fPIC"
36
+
37
EOF
38
39
target="$(uname)"
rust-toolchain.toml
@@ -1,4 +1,4 @@
1
[toolchain]
2
-channel = "1.68.2"
+channel = "1.75"
3
targets = [ "wasm32-wasi" ]
4
profile = "minimal"
0 commit comments