add env var to make the final wasm file be written

This commit is contained in:
Folkert 2022-07-16 15:53:11 +02:00
parent 71d80a08d2
commit f1d238cccf
No known key found for this signature in database
GPG key ID: 1F17F6FFD112B97C
5 changed files with 37 additions and 2 deletions

View file

@ -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.