build mutex allocator code on freestanding wasm

This commit is contained in:
Laytan Laats
2024-10-14 16:11:25 +02:00
parent b746e5287e
commit 1dd9b8560d
+1 -1
View File
@@ -1,4 +1,4 @@
#+build !freestanding
#+build !freestanding, wasm32, wasm64p32
package mem
import "core:sync"