Go back to wasm32

This commit is contained in:
Richard Feldman 2023-06-20 08:06:34 -04:00
parent 1423d4f50f
commit c046d417e1
No known key found for this signature in database
GPG key ID: F1F21AA5B1D9E43B
6 changed files with 7 additions and 7 deletions

View file

@ -1098,7 +1098,7 @@ mod cli_run {
use super::{concatcp, run_roc, CMD_BUILD, TARGET_FLAG};
let mut flags = flags.to_vec();
flags.push(concatcp!(TARGET_FLAG, "=wasm-32"));
flags.push(concatcp!(TARGET_FLAG, "=wasm32"));
let compile_out = run_roc(
[CMD_BUILD, file.to_str().unwrap()]