diff options
Diffstat (limited to 'base/runtime/default_allocators_js.odin')
| -rw-r--r-- | base/runtime/default_allocators_js.odin | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/base/runtime/default_allocators_js.odin b/base/runtime/default_allocators_js.odin new file mode 100644 index 000000000..715073f08 --- /dev/null +++ b/base/runtime/default_allocators_js.odin @@ -0,0 +1,5 @@ +//+build js +package runtime + +default_allocator_proc :: panic_allocator_proc +default_allocator :: panic_allocator |