Skip to content

RuntimeError: Aborted(OOM) when running #18

@yubin-code

Description

@yubin-code

Hello, thanks for this project.

I’m able to successfully build the project on macOS M1:

make

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
Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions