mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-29 10:50:05 +00:00
wasi: make the demo run on wasi and run it in CI
This commit is contained in:
@@ -6,6 +6,8 @@ import "base:intrinsics"
|
||||
import "core:sync"
|
||||
import win32 "core:sys/windows"
|
||||
|
||||
_IS_SUPPORTED :: true
|
||||
|
||||
Thread_Os_Specific :: struct {
|
||||
win32_thread: win32.HANDLE,
|
||||
win32_thread_id: win32.DWORD,
|
||||
|
||||
Reference in New Issue
Block a user