https://github.com/tombl/linux
Perhaps we need several ABIs; some for browser-compatible-common, some for Warp-specific.
-
Common
wasm32-linux ?
wasm32-html5-linux ? -- Hardmmu 64k pages(for memory-control proposal)
-
Warp specific
wasm32-warp4k-linux -- Hardmmu 4k pages (Legacy)
wasm32-warp16k-linux -- Hardmmu 16k pages
WasmLinux will not try to optimize on HTML5; for async signal and MMU ops, it will dynamically translate original Wasm binary with asyncify and soft-TLB. tombl/linux seems trying to fit on HTML5.