mirror of
https://github.com/odin-lang/Odin.git
synced 2026-01-04 04:02:33 +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
|