• A new kernel port to WebAssembly

    From LWN.net@1337:1/100 to All on Mon Nov 3 15:00:08 2025
    A new kernel port to WebAssembly

    Date:
    Mon, 03 Nov 2025 14:55:00 +0000

    Description:
    Joel Severin has announced the availability of his port of the Linux kernel
    to WebAssembly; one can go
    to this page and
    watch it boot in a browser. Wasm is similar to every other arch in Linux, but also
    different. One important difference is that there is no way to
    suspend execution of a task. There is a way around this though:
    Linux supports up to 8k CPUs (or possibly more...). We can just
    spin up a new CPU dedicated to each user task (process/thread) and
    never preempt it

    ======================================================================
    Link to news story:
    https://lwn.net/Articles/1044786/


    --- Mystic BBS v1.12 A49 (Linux/64)
    * Origin: tqwNet UK HUB @ hub.uk.erb.pw (1337:1/100)