We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f60ae5e commit c2def9cCopy full SHA for c2def9c
enable_compilers
@@ -1,4 +1,4 @@
1
-alias lucetc4G="./lucet_sandboxing_compiler/target/release/lucetc --bindings ./lucet_sandboxing_compiler/lucet-wasi/bindings.json --guard-size \"4GiB\" --min-reserved-size \"4GiB\" --max-reserved-size \"4GiB\" "
+alias lucetc4G="./lucet_sandbox_compiler/target/release/lucetc --bindings ./lucet_sandbox_compiler/lucet-wasi/bindings.json --guard-size \"4GiB\" --min-reserved-size \"4GiB\" --max-reserved-size \"4GiB\" "
2
3
alias wasiclang="./veriwasm_fuzzing/wasi-sdk-10.0/bin/clang --sysroot ./veriwasm_fuzzing/wasi-sdk-10.0/share/wasi-sysroot -Wl,--export-all --std=c99 -Ofast -Wall -W"
4
0 commit comments