Commit 83a36e5
committed
Add
Support for custom page sizes was added via the `--page-size=N` CLI flag in
`wasm-ld`.
Additionally, it defines a `__wasm_first_page_end` symbol, whose address is the
end of the first page, a.k.a. the start of the second page, a.k.a. is the Wasm
page size. This allows source files to be written in a page-size-agnostic
manner, and for object files to be re-linked with different Wasm page sizes,
without needing to recompile the source.wasm-ld toolchain implementation1 parent aacaa77 commit 83a36e5
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
419 | 419 | | |
420 | 420 | | |
421 | 421 | | |
422 | | - | |
| 422 | + | |
423 | 423 | | |
424 | 424 | | |
425 | 425 | | |
| |||
0 commit comments