Begin to add support for experimental wasm64

This commit is contained in:
gingerBill
2022-05-21 13:30:43 +01:00
parent 3049e07f72
commit dfbe68bcfe
6 changed files with 16 additions and 6 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
//+private
//+build wasm32
//+build wasm32, wasm64
package sync
import "core:intrinsics"
+1 -1
View File
@@ -1,5 +1,5 @@
//+private
//+build wasm32
//+build wasm32, wasm64
package sync
_current_thread_id :: proc "contextless" () -> int {