AAAAAAAAAAAAA

This commit is contained in:
Synthasmagoria 2026-09-01 23:24:03 +02:00
commit 8892592ae9
7 changed files with 9 additions and 17 deletions

View file

@ -20,6 +20,7 @@ import "core:fmt"
context.allocator = emscripten_allocator()
runtime.init_global_temporary_allocator(1*mem.Megabyte)
// TODO (synthas): Do this if it works nicely
// Since we now use js_wasm32 we should be able to remove this and use
// context.logger = log.create_console_logger(). However, that one produces
// extra newlines on web. So it's a bug in that core lib.