Skip to content

Binary compatiblity with Wasm linux kernel (tombl/linux) #11

@okuoku

Description

@okuoku

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.

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