mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 13:29:12 +00:00
add env var to make the final wasm file be written
This commit is contained in:
parent
71d80a08d2
commit
f1d238cccf
5 changed files with 37 additions and 2 deletions
|
@ -119,6 +119,11 @@ flags! {
|
|||
/// Prints LLVM function verification output.
|
||||
ROC_PRINT_LLVM_FN_VERIFICATION
|
||||
|
||||
// ===WASM Gen===
|
||||
|
||||
/// Writes a `final.wasm` file to /tmp
|
||||
ROC_WRITE_FINAL_WASM
|
||||
|
||||
// ===Load===
|
||||
|
||||
/// Print load phases as they complete.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue