A draft proposal for spawning threads in WebAssembly
Browse cluster: WebAssembly Specification and Proposals →Thread-Spawn is a draft proposal for adding thread spawning capabilities to WebAssembly. The project is part of the official WebAssembly specification infrastructure, which is built using Sphinx and Bikeshed documentation tools, along with supporting build infrastructure for generating HTML, PDF, and JavaScript outputs. The specification also includes a reference interpreter written in OCaml that can decode, validate, and execute WebAssembly modules in both binary and text (S-expression) formats, as well as convert between them and export test cases to JavaScript.