mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-08 08:38:51 +00:00
Replace core:* to base:* where appropriate
This commit is contained in:
Vendored
+1
-1
@@ -1,7 +1,7 @@
|
||||
//+build !js
|
||||
package wasm_js_interface
|
||||
|
||||
import "core:runtime"
|
||||
import "base:runtime"
|
||||
|
||||
|
||||
get_element_value_string :: proc "contextless" (id: string, buf: []byte) -> string {
|
||||
|
||||
Reference in New Issue
Block a user