mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 13:29:12 +00:00
fix wasm executable extension
This commit is contained in:
parent
6e2e5600df
commit
2606917d57
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ impl OperatingSystem {
|
|||
match self {
|
||||
OperatingSystem::Windows => Some("exe"),
|
||||
OperatingSystem::Unix => None,
|
||||
OperatingSystem::Wasi => None,
|
||||
OperatingSystem::Wasi => Some("wasm"),
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue