mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 13:59:08 +00:00
Go back to wasm32
This commit is contained in:
parent
1423d4f50f
commit
c046d417e1
6 changed files with 7 additions and 7 deletions
|
@ -181,7 +181,7 @@ pub enum Target {
|
|||
WinX64,
|
||||
#[strum(serialize = "windows-arm-64")]
|
||||
WinArm64,
|
||||
#[strum(serialize = "wasm-32")]
|
||||
#[strum(serialize = "wasm32")]
|
||||
Wasm32,
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue