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

@ -181,7 +181,7 @@ pub enum Target {
WinX64,
#[strum(serialize = "windows-arm-64")]
WinArm64,
#[strum(serialize = "wasm-32")]
#[strum(serialize = "wasm32")]
Wasm32,
}