mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 14:24:45 +00:00
change wasi object file to .wasm
This commit is contained in:
parent
44a1b5d41f
commit
20bd3655c2
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ impl OperatingSystem {
|
|||
match self {
|
||||
OperatingSystem::Windows => "obj",
|
||||
OperatingSystem::Unix => "o",
|
||||
OperatingSystem::Wasi => "o",
|
||||
OperatingSystem::Wasi => "wasm",
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue