aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen van Rijn <Kelimion@users.noreply.github.com>2026-02-12 12:21:01 +0100
committerJeroen van Rijn <Kelimion@users.noreply.github.com>2026-02-12 12:21:01 +0100
commit62cfa9e8e35ddc0c175ac5c1b429108c19b60b71 (patch)
treef0523cc36969b748e2a722a1aed50d830f4c0bb1
parent658e6b9d9fabe0b249f552257fe8918b010003b0 (diff)
Narrowly tailor panic.
-rw-r--r--core/os/wasm.odin2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/os/wasm.odin b/core/os/wasm.odin
index 5153a3f93..79c00f694 100644
--- a/core/os/wasm.odin
+++ b/core/os/wasm.odin
@@ -1,4 +1,4 @@
-#+build wasm32, wasm64p32
+#+build js wasm32, js wasm64p32
package os
#panic("core:os is unsupported on js/wasm") \ No newline at end of file