build tracking allocator code on freestanding wasm

This commit is contained in:
Laytan Laats
2024-10-14 16:06:16 +02:00
parent 417e9bb37f
commit b746e5287e
2 changed files with 17 additions and 1 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
#+build !freestanding
#+build !freestanding, wasm32, wasm64p32
package mem
import "base:runtime"