A draft proposal for spawning threads in WebAssembly
Browse cluster: WebAssembly Specification and Proposals →The shared-everything-threads repository is a draft proposal for spawning threads in WebAssembly. The project is part of the WebAssembly specification effort, which is maintained by the WebAssembly community at webassembly.github.io/spec. The repository includes specification documents built with Sphinx and Bikeshed, as well as a reference interpreter written in OCaml that can decode, parse, validate, execute, and convert WebAssembly modules in both binary and text formats. The reference interpreter also provides a JavaScript library for working with WebAssembly's S-expression syntax, enabling encoding of S-expressions to WebAssembly binaries and decoding of binaries back to formatted S-expressions.