Skip to content

Commit

Permalink
Update target docs to mention MAXIMUM_MEMORY=2GB
Browse files Browse the repository at this point in the history
  • Loading branch information
bjorn3 committed Jan 24, 2025
1 parent a20996c commit 6b18473
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ This target is not extensively tested in CI for the rust-lang/rust repository. I
can be tested locally, for example, with:

```sh
./x.py test --target wasm32-unknown-emscripten --skip src/tools/linkchecker
EMCC_CFLAGS="-s MAXIMUM_MEMORY=2GB" ./x.py test --target wasm32-unknown-emscripten --skip src/tools/linkchecker
```

To run these tests, both `emcc` and `node` need to be in your `$PATH`. You can
Expand Down

0 comments on commit 6b18473

Please sign in to comment.