go-wasm-cli
Wasm runner
A tool to create and run Go applications on the WebAssembly platform with hot reload support.
Minimalistic cli to create and run (with hot reload) Go application targeting WASM
40 stars
2 watching
3 forks
Language: JavaScript
last commit: almost 2 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
mfrachet/go-vdom-wasm | A Go library for building frontend applications using WebAssembly and Virtual DOM | 82 |
extism/go-sdk | Provides an interface to run WebAssembly modules in Go applications | 83 |
dcodeio/webassembly | A toolkit and runtime for producing and running WebAssembly modules in the browser or Node.js environment. | 816 |
akupila/go-wasm | A tool that reads and parses WebAssembly binary files | 132 |
malcolmstill/zware | A runtime engine for executing WebAssembly programs within Zig language | 293 |
ruby/ruby.wasm | A collection of WebAssembly ports of the CRuby interpreter | 686 |
second-state/wasmedge-quickjs | A high-performance JavaScript runtime for WebAssembly that enables running JavaScript in a secure and extensible way. | 496 |
wasmerio/wasmer-python | An runtime environment for executing WebAssembly modules in Python. | 2,023 |
wasmerio/wasmer-php | A WebAssembly runtime for PHP that allows executing Wasm modules in a safe and sandboxed environment. | 1,010 |
agnivade/wasmbrowsertest | Automates compilation and execution of Go WASM tests in a browser | 191 |
norunners/vert | Enables interoperability between Go and JavaScript values using WebAssembly | 101 |
cosmwasm/wasmvm | A Go library wrapper around the CosmWasm VM for compiling and executing smart contracts. | 175 |
wasmerio/wasmer-ruby | A WebAssembly runtime for Ruby that allows execution of compiled Rust code in a sandboxed environment. | 475 |
feneric/nim-wasm-helpers | A toolset for building and testing WebAssembly code using Nim. | 28 |
xd-deng/handytools-go-webassembly | Demonstrates Go's compilation to WebAssembly and JavaScript interaction | 66 |