diff options
Diffstat (limited to 'core/os/wasm.odin')
| -rw-r--r-- | core/os/wasm.odin | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/core/os/wasm.odin b/core/os/wasm.odin new file mode 100644 index 000000000..79c00f694 --- /dev/null +++ b/core/os/wasm.odin @@ -0,0 +1,4 @@ +#+build js wasm32, js wasm64p32 +package os + +#panic("core:os is unsupported on js/wasm")
\ No newline at end of file |