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
705 stars
93 watching
50 forks
Language: WebAssembly
last commit: 4 months ago
Linked from 1 awesome list
proposal
Related projects:
Repository | Description | Stars |
---|---|---|
bytecodealliance/wasmtime-cpp | Provides C++ API bindings to the WebAssembly runtime engine | 87 |
area9innovation/wase | Makes WebAssembly easy to write and compile by providing a friendly language with conventional syntax and type inference | 45 |
zigwasm/wasm-zig | C API bindings for WebAssembly runtime | 27 |
webassembly/wasm-c-api | An API that allows embedding a WebAssembly interpreter in C/C++ applications | 551 |
rafi16jan/micropython-wasm | Translates MicroPython code to JavaScript for execution on WebAssembly platforms | 46 |
webassembly/wasi-sdk | Provides a toolchain and sysroot for building WebAssembly code with WASI support | 1,275 |
raphamorim/xwasm | Tools and utilities for building and managing WebAssembly projects in modern frontend development | 56 |
mdn/webassembly-examples | Provides code examples and tools for testing and modifying WebAssembly documentation | 1,135 |
cretz/asmble | Compiles WebAssembly to JVM bytecode and provides utilities for working with WASM code. | 634 |
webassembly/tail-call | Proposal to add support for recursive function calls without stack overflow issues in WebAssembly | 111 |
vmware-labs/webassembly-language-runtimes | Pre-built WebAssembly binaries for popular language runtimes and static libraries | 336 |
wapc/wapc-go | A Go-based runtime for executing WebAssembly modules with RPC capabilities | 94 |
reklatsmasters/webassembly-examples | A collection of WebAssembly examples from simple to complex, covering various programming languages and technologies. | 203 |
renatoathaydes/wasm-on-jvm | A Gradle plugin to easily compile WebAssembly (WASM) files into JVM bytecode. | 24 |
containerd/runwasi | Facilitates running WebAssembly workloads managed by containerd | 1,093 |