Begin work on new pseudo-architecture: wasm64p32

This commit is contained in:
gingerBill
2023-04-20 12:02:32 +01:00
parent cde442fa2c
commit f5d9ca64f9
17 changed files with 63 additions and 36 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ package runtime
import "core:intrinsics"
@(private="file")
IS_WASM :: ODIN_ARCH == .wasm32 || ODIN_ARCH == .wasm64
IS_WASM :: ODIN_ARCH == .wasm32 || ODIN_ARCH == .wasm64p32
@(private)
RUNTIME_LINKAGE :: "strong" when (