mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-12 21:34:11 +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",
|
case "android",
|
||||||
"androideabi":
|
"androideabi":
|
||||||
return .Android;
|
return .Android;
|
||||||
|
case "wasm32",
|
||||||
|
"wasm64":
|
||||||
|
return .Wasm;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue