Hello, thanks for this project.
I’m able to successfully build the project on macOS M1:
However, during the runtime stage I encounter a WebAssembly out-of-memory issue and the program aborts.
The error is thrown directly by the browser.
I also noticed that the page’s memory usage grows very quickly and reaches close to 1 GB before the crash.
I start the local server using:
python3 -m http.server 8080
Error message
After opening the page in the browser, the error occurs almost immediately.
Uncaught (in promise) RuntimeError: Aborted(OOM). Build with -sASSERTIONS for more info.
Environment
- macOS (Apple Silicon M1)
- Browser: Chrome 144.0.7559.97
- Docker version: 29.2.0
- Make version: 3.81

Hello, thanks for this project.
I’m able to successfully build the project on macOS M1:
However, during the runtime stage I encounter a WebAssembly out-of-memory issue and the program aborts.
The error is thrown directly by the browser.
I also noticed that the page’s memory usage grows very quickly and reaches close to 1 GB before the crash.
I start the local server using:
Error message
After opening the page in the browser, the error occurs almost immediately.
Uncaught (in promise) RuntimeError: Aborted(OOM). Build with -sASSERTIONS for more info.
Environment