mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-28 08:11:49 -07:00
Begin to add support for experimental wasm64
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
//+private
|
||||
//+build wasm32
|
||||
//+build wasm32, wasm64
|
||||
package sync
|
||||
|
||||
import "core:intrinsics"
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
//+private
|
||||
//+build wasm32
|
||||
//+build wasm32, wasm64
|
||||
package sync
|
||||
|
||||
_current_thread_id :: proc "contextless" () -> int {
|
||||
|
||||
Reference in New Issue
Block a user