mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 12:32:20 +02:00
Wasm platform detection from target triple
This commit is contained in:
parent
42e837301b
commit
2652203597
1 changed files with 3 additions and 0 deletions
|
@ -44,6 +44,9 @@ namespace IDE.Util
|
|||
case "android",
|
||||
"androideabi":
|
||||
return .Android;
|
||||
case "wasm32",
|
||||
"wasm64":
|
||||
return .Wasm;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue