Browse Source

build mutex allocator code on freestanding wasm

Laytan Laats 10 months ago
parent
commit
1dd9b8560d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      core/mem/mutex_allocator.odin

+ 1 - 1
core/mem/mutex_allocator.odin

@@ -1,4 +1,4 @@
-#+build !freestanding
+#+build !freestanding, wasm32, wasm64p32
 package mem
 package mem
 
 
 import "core:sync"
 import "core:sync"