mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 21:39:07 +00:00
Go back to wasm32
This commit is contained in:
parent
1423d4f50f
commit
c046d417e1
6 changed files with 7 additions and 7 deletions
|
@ -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()]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue