threads

WebAssembly threading

Proposes and discusses support for cooperative threading in WebAssembly to enable concurrent execution of multiple threads within a single WASM module

Threads and Atomics in WebAssembly

GitHub

710 stars
93 watching
50 forks
Language: WebAssembly
last commit: almost 2 years ago
Linked from 1 awesome list

proposal

Backlinks from these awesome lists:

Related projects:

RepositoryDescriptionStars
bytecodealliance/wasmtime-cppProvides C++ API bindings to the WebAssembly runtime engine86
area9innovation/waseMakes WebAssembly easy to write and compile by providing a friendly language with conventional syntax and type inference45
zigwasm/wasm-zigC API bindings for WebAssembly runtime27
webassembly/wasm-c-apiAn API that allows embedding a WebAssembly interpreter in C/C++ applications553
rafi16jan/micropython-wasmTranslates MicroPython code to JavaScript for execution on WebAssembly platforms46
webassembly/wasi-sdkProvides a toolchain and sysroot for building WebAssembly code with WASI support1,292
raphamorim/xwasmTools and utilities for building and managing WebAssembly projects in modern frontend development56
mdn/webassembly-examplesProvides code examples and tools to test and modify WebAssembly documentation1,143
cretz/asmbleCompiles WebAssembly to JVM bytecode and provides utilities for working with WASM code.637
webassembly/tail-callProposal to add support for recursive function calls without stack overflow issues in WebAssembly111
vmware-labs/webassembly-language-runtimesPre-built WebAssembly binaries for popular language runtimes and static libraries338
wapc/wapc-goA Go-based runtime for executing WebAssembly modules with RPC capabilities95
reklatsmasters/webassembly-examplesA collection of WebAssembly examples from simple to complex, covering various programming languages and technologies.203
renatoathaydes/wasm-on-jvmA Gradle plugin to easily compile WebAssembly (WASM) files into JVM bytecode.24
containerd/runwasiFacilitates running WebAssembly workloads on a container runtime1,114