mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-04 14:48:47 +00:00
Replace js_wasm32 with freestanding_wasm32
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
//+build !windows
|
||||
//+build !freestanding
|
||||
//+build !js
|
||||
package runtime
|
||||
|
||||
when ODIN_DEFAULT_TO_NIL_ALLOCATOR {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
//+build freestanding, js
|
||||
//+build freestanding
|
||||
package runtime
|
||||
|
||||
// mem.nil_allocator reimplementation
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
//+build !freestanding
|
||||
//+build !windows
|
||||
//+build !js
|
||||
package runtime
|
||||
|
||||
import "core:os"
|
||||
|
||||
Reference in New Issue
Block a user