Fix -target:js_wasm32 for core:runtime

This commit is contained in:
gingerBill
2021-06-08 11:20:39 +01:00
parent 9491c13a5c
commit 16eaa17ed9
6 changed files with 90 additions and 67 deletions
+1
View File
@@ -1,5 +1,6 @@
//+build !freestanding
//+build !windows
//+build !js
package runtime
import "core:os"