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: 6 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,004 |
tetratelabs/wazero | A WebAssembly runtime for Go developers to execute code compiled in other languages | 4,964 |
wasmedge/wasmedge | An extensible WebAssembly runtime for cloud-native and edge applications. | 8,582 |
wasm3/wasm3 | An interpreter and runtime for the WebAssembly language, aiming to provide portability, security, and low development impedance. | 7,322 |
wasmerio/wasmer-php | A WebAssembly runtime for PHP that allows executing Wasm modules in a safe and sandboxed environment. | 1,010 |
extism/go-sdk | Provides an interface to run WebAssembly modules in Go applications | 83 |
xd-deng/handytools-go-webassembly | Demonstrates Go's compilation to WebAssembly and JavaScript interaction | 66 |
extism/extism | A framework for building extensible software and plugins by running arbitrary, untrusted code in a secure environment. | 4,319 |
wasmerio/wasmer-python | An runtime environment for executing WebAssembly modules in Python. | 2,023 |
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. | 7,968 |
wasmerio/wasmer-ruby | A WebAssembly runtime for Ruby that allows execution of compiled Rust code in a sandboxed environment. | 475 |
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 binaries into machine code for execution on various CPU architectures. | 192 |
dave/wasmgo | Compiles Go code to WASM and deploys it to a CDN for web hosting | 145 |