You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments