go-vdom-wasm
WASM VDOM library
A Go library for building frontend applications using WebAssembly and Virtual DOM
WASM VDOM to create frontend application using Go
82 stars
4 watching
6 forks
Language: Go
last commit: almost 5 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
mfrachet/go-wasm-cli | A tool to create and run Go applications on the WebAssembly platform with hot reload support. | 40 |
dennwc/dom | A Go library providing a WebAssembly API for DOM manipulation and other web APIs | 490 |
extism/go-sdk | Provides an interface to run WebAssembly modules in Go applications | 87 |
cosmwasm/wasmvm | A Go library wrapper around the CosmWasm VM for compiling and executing smart contracts. | 175 |
xd-deng/handytools-go-webassembly | Demonstrates Go's compilation to WebAssembly and JavaScript interaction | 66 |
akupila/go-wasm | A tool that reads and parses WebAssembly binary files | 132 |
feneric/nim-wasm-helpers | A toolset for building and testing WebAssembly code using Nim. | 28 |
dave/wasmgo | Compiles Go code to WASM and deploys it to a CDN for web hosting | 145 |
calebwin/go-sm | A Go library for generating and managing finite-state machines with persistent state history and callback functions. | 14 |
norunners/vert | Enables interoperability between Go and JavaScript values using WebAssembly | 101 |
gowebapi/webapi | Bindings for accessing DOM and HTML in WebAssembly using Go | 176 |
perlin-network/life | A secure and fast WebAssembly VM designed for decentralized applications. | 1,702 |
raphamorim/xwasm | Tools and utilities for building and managing WebAssembly projects in modern frontend development | 56 |
bzar/wasm-intro | A collection of simple examples demonstrating various aspects of WebAssembly development. | 43 |
d5/go-fsm | A Go library implementing an immutable state machine with conditional and action functions | 37 |