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
@@ -56,7 +56,7 @@ Allocator :: struct {
DEFAULT_ALIGNMENT :: 2*align_of(rawptr)
DEFAULT_PAGE_SIZE ::
64 * 1024 when ODIN_ARCH == .wasm32 || ODIN_ARCH == .wasm64 else
64 * 1024 when ODIN_ARCH == .wasm32 || ODIN_ARCH == .wasm64p32 else
16 * 1024 when ODIN_OS == .Darwin && ODIN_ARCH == .arm64 else
4 * 1024