wasmer-zig
Wasm runtime library
Provides bindings for embedding a WebAssembly runtime into Zig programs.
Zig bindings for the Wasmer WebAssembly runtime
53 stars
3 watching
6 forks
Language: Zig
last commit: almost 3 years ago
Linked from 2 awesome lists
wasiwasmwasmerzigzig-library
Related projects:
Repository | Description | Stars |
---|---|---|
zigwasm/wasm-zig | C API bindings for WebAssembly runtime | 27 |
zigwasm/wasmtime-zig | Embeds the Wasmtime runtime into a Zig program | 83 |
meheleventyone/zig-wasm-test | An example project demonstrating Web Assembly compilation and execution using Zig | 55 |
malcolmstill/zware | A runtime engine for executing WebAssembly programs within Zig language | 293 |
fengb/wazm | An experimental compiler and runtime for executing WebAssembly code in Zig | 115 |
wasmerio/wasmer-python | An runtime environment for executing WebAssembly modules in Python. | 2,023 |
shritesh/zig-wasm-dom | Demonstrates interaction between Zig language and web-based Document Object Model (DOM) via WebAssembly. | 142 |
wasmerio/wasmer-postgres | A WebAssembly runtime for Postgres that allows executing WebAssembly binaries in a sandboxed environment | 412 |
wasmerio/wasmer-ruby | A WebAssembly runtime for Ruby that allows execution of compiled Rust code in a sandboxed environment. | 475 |
wasmerio/wasmer-php | A WebAssembly runtime for PHP that allows executing Wasm modules in a safe and sandboxed environment. | 1,010 |
naqvis/wasmer-crystal | A WebAssembly runtime for executing Crystal code in a sandboxed environment. | 93 |
raphamorim/xwasm | Tools and utilities for building and managing WebAssembly projects in modern frontend development | 56 |
wasmi-labs/wasmi | An efficient and lightweight WebAssembly interpreter with a focus on constrained and embedded systems. | 1,620 |
containerd/runwasi | Facilitates running WebAssembly workloads managed by containerd | 1,093 |
ruby/ruby.wasm | A collection of WebAssembly ports of the CRuby interpreter | 690 |