wasmtime-zig
Wasm runtime
Embeds the Wasmtime runtime into a Zig program
Zig embedding of Wasmtime
83 stars
7 watching
8 forks
Language: Zig
last commit: over 2 years ago
Linked from 2 awesome lists
wasiwasmwasmtimezigzig-library
Related projects:
Repository | Description | Stars |
---|---|---|
zigwasm/wasmer-zig | Provides bindings for embedding a WebAssembly runtime into Zig programs. | 53 |
zigwasm/wasm-zig | C API bindings for WebAssembly runtime | 27 |
meheleventyone/zig-wasm-test | An example project demonstrating Web Assembly compilation and execution using Zig | 55 |
malcolmstill/zware | Executes WebAssembly programs embedded in Zig programs | 293 |
fengb/wazm | An experimental compiler and runtime for executing WebAssembly code in Zig | 116 |
zig-java/jaz | A JVM implementation in Zig. | 88 |
ruby/ruby.wasm | A collection of WebAssembly ports of the CRuby interpreter | 702 |
shritesh/zig-wasm-dom | Demonstrates interaction between Zig language and web-based Document Object Model (DOM) via WebAssembly. | 146 |
naqvis/wasmer-crystal | A WebAssembly runtime for executing Crystal code in a sandboxed environment. | 93 |
mewz-project/mewz | A unikernel designed to run Wasm applications with WASI compatibility | 541 |
wasmi-labs/wasmi | An efficient WebAssembly interpreter with a focus on constrained and embedded systems. | 1,633 |
cosmwasm/wasmd | An implementation of a Cosmos zone with support for WebAssembly smart contracts. | 371 |
dave/wasmgo | Compiles Go code to WASM and deploys it to a CDN for web hosting | 145 |
containerd/runwasi | Facilitates running WebAssembly workloads on a container runtime | 1,114 |
stisa/nwasm | An experimental web assembly backend for the Nim programming language | 48 |