mirror of
https://github.com/odin-lang/Odin.git
synced 2026-02-13 14:53:34 +00:00
6 lines
113 B
Odin
6 lines
113 B
Odin
//+build js
|
|
package runtime
|
|
|
|
default_allocator_proc :: panic_allocator_proc
|
|
default_allocator :: panic_allocator
|