Remix.run Logo
NoOn3 a day ago

Great project. Mmap implementation is a cheat :).

UnmappedStack 15 hours ago | parent [-]

Yeah mmap is quite a stub lol, I def cheated on that. I just wanted framebuffer access, but the user heap uses sbrk internally instead of mmap anyway so I properly