wasmer-go
Wasm Runtime
A Go library that provides a WebAssembly runtime with a standard API and sandboxed execution environment.
🐹🕸️ WebAssembly runtime for Go
3k stars
49 watching
161 forks
Language: Go
last commit: 8 months ago
Linked from 1 awesome list
golanggolang-libraryrustwasmwebassembly
Related projects:
Repository | Description | Stars |
---|---|---|
wasmerio/wasmer | A WebAssembly runtime that enables lightweight containers to run anywhere | 19,134 |
tetratelabs/wazero | A WebAssembly runtime for Go developers to execute code compiled in other languages | 5,025 |
wasmedge/wasmedge | An extensible WebAssembly runtime for cloud-native and edge applications. | 8,668 |
wasm3/wasm3 | An interpreter and runtime for the WebAssembly language, aiming to provide portability, security, and low development impedance. | 7,359 |
wasmerio/wasmer-php | A WebAssembly runtime for PHP that allows executing Wasm modules in a safe and sandboxed environment. | 1,017 |
extism/go-sdk | Provides an interface to run WebAssembly modules in Go applications | 92 |
xd-deng/handytools-go-webassembly | Demonstrates Go's compilation to WebAssembly and JavaScript interaction | 67 |
extism/extism | A framework that enables building extensible software using WebAssembly, supporting multiple languages and runtimes. | 4,562 |
wasmerio/wasmer-python | An runtime environment for executing WebAssembly modules in Python. | 2,044 |
zigwasm/wasmer-zig | Provides bindings for embedding a WebAssembly runtime into Zig programs. | 53 |
maxence-charriere/go-app | A framework for building web applications with Go, supporting progressive web apps and WebAssembly. | 8,027 |
wasmerio/wasmer-ruby | A WebAssembly runtime for Ruby that allows execution of compiled Rust code in a sandboxed environment. | 476 |
mfrachet/go-wasm-cli | A tool to create and run Go applications on the WebAssembly platform with hot reload support. | 40 |
gate-computer/wag | Compiles WebAssembly into machine code for execution | 192 |
dave/wasmgo | Compiles Go code to WASM and deploys it to a CDN for web hosting | 145 |