@remko Oh right, that's how it used to be. Now the stacks are private and not mapped to ram. Do you think you could moved them out of memory and allow for larger roms to be loaded in?
Top-level
@remko Oh right, that's how it used to be. Now the stacks are private and not mapped to ram. Do you think you could moved them out of memory and allow for larger roms to be loaded in? 4 comments
|
@neauoire WebAssembly currently only supports 1 memory per module, so I can't separate them. I can allocate more RAM though, and let the stacks start up higher.