diff options
| author | Jeroen van Rijn <Kelimion@users.noreply.github.com> | 2026-02-09 16:27:53 +0100 |
|---|---|---|
| committer | Jeroen van Rijn <Kelimion@users.noreply.github.com> | 2026-02-09 16:27:53 +0100 |
| commit | 8366e7094a976b9d7646e3f6eada7e5e1820f117 (patch) | |
| tree | 97fcd6126d32c16cc3fa37d120d384dc9f21a8a5 /core/os/errors_js.odin | |
| parent | e7dbabf6681e4e6bcae33398e939c2c9c3cdc879 (diff) | |
Fix up ABI name for core:os and core:os/old
Diffstat (limited to 'core/os/errors_js.odin')
| -rw-r--r-- | core/os/errors_js.odin | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/os/errors_js.odin b/core/os/errors_js.odin index c92d36736..34779807d 100644 --- a/core/os/errors_js.odin +++ b/core/os/errors_js.odin @@ -1,6 +1,6 @@ #+build js wasm32, js wasm64p32 #+private -package os2 +package os _Platform_Error :: enum i32 {} |