Replace js_wasm32 with freestanding_wasm32

This commit is contained in:
gingerBill
2021-06-08 12:18:26 +01:00
parent e79fb68291
commit 28e9a4f79c
8 changed files with 35 additions and 29 deletions
-1
View File
@@ -1,6 +1,5 @@
//+build !freestanding
//+build !windows
//+build !js
package runtime
import "core:os"