mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 15:48:51 +00:00
Replace core:* to base:* where appropriate
This commit is contained in:
Vendored
+1
-1
@@ -2,7 +2,7 @@
|
||||
package wasm_js_interface
|
||||
|
||||
import "core:mem"
|
||||
import "core:intrinsics"
|
||||
import "base:intrinsics"
|
||||
|
||||
PAGE_SIZE :: 64 * 1024
|
||||
page_alloc :: proc(page_count: int) -> (data: []byte, err: mem.Allocator_Error) {
|
||||
|
||||
Reference in New Issue
Block a user