Skip to content

Commit

Permalink
build mutex allocator code on freestanding wasm
Browse files Browse the repository at this point in the history
  • Loading branch information
laytan committed Oct 14, 2024
1 parent b746e52 commit 1dd9b85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/mem/mutex_allocator.odin
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#+build !freestanding
#+build !freestanding, wasm32, wasm64p32
package mem

import "core:sync"
Expand Down

0 comments on commit 1dd9b85

Please sign in to comment.