All Projects → mattn → Golang Wasm Example

mattn / Golang Wasm Example

Example app using Go's wasm support.

Programming Languages

javascript
184084 projects - #8 most used programming language
golang
3204 projects

Labels

Projects that are alternatives of or similar to Golang Wasm Example

Awesome Web Audio
A list of resources and projects to help learn about audio
Stars: ✭ 73 (-20.65%)
Mutual labels:  wasm
Doomfire
DOOM fire implementation written in rust
Stars: ✭ 80 (-13.04%)
Mutual labels:  wasm
Draw App
In browser drawing app built in rust / wasm
Stars: ✭ 87 (-5.43%)
Mutual labels:  wasm
Golang Wasm
Playing around with Go wasm support
Stars: ✭ 75 (-18.48%)
Mutual labels:  wasm
Seed Rs Realworld
Exemplary real world application built with Seed
Stars: ✭ 77 (-16.3%)
Mutual labels:  wasm
Eggos
A Go unikernel running on x86 bare metal
Stars: ✭ 1,232 (+1239.13%)
Mutual labels:  wasm
Veracruz
Main repository for the Veracruz privacy-preserving compute project.
Stars: ✭ 71 (-22.83%)
Mutual labels:  wasm
Wasmer
🚀 The leading WebAssembly Runtime supporting WASI and Emscripten
Stars: ✭ 11,047 (+11907.61%)
Mutual labels:  wasm
React Vim Wasm
Vim editor embedded in your React web application
Stars: ✭ 77 (-16.3%)
Mutual labels:  wasm
Wasm To Oci
Use OCI registries to distribute WASM modules
Stars: ✭ 83 (-9.78%)
Mutual labels:  wasm
Wasm Template Rust
A wasm template for Rust to publish to gh-pages without npm-deploy
Stars: ✭ 76 (-17.39%)
Mutual labels:  wasm
Fastq.bio
An interactive web tool for quality control of DNA sequencing data
Stars: ✭ 76 (-17.39%)
Mutual labels:  wasm
Denoflate
WebAssembly powered Deflate/Gzip/Zlib compression for Deno, written in Rust
Stars: ✭ 80 (-13.04%)
Mutual labels:  wasm
Wagi
Write HTTP handlers in WebAssembly with a minimal amount of work
Stars: ✭ 75 (-18.48%)
Mutual labels:  wasm
Web Dsp
A client-side signal processing library utilizing the power of WebAssembly (.wasm)
Stars: ✭ 1,278 (+1289.13%)
Mutual labels:  wasm
Wasi Lab
Some WASI experiments 🧪☣️☠️
Stars: ✭ 72 (-21.74%)
Mutual labels:  wasm
Opus Stream Decoder
Instantly decode Ogg Opus audio streams in chunks with JavaScript & WebAssembly (Wasm)
Stars: ✭ 80 (-13.04%)
Mutual labels:  wasm
Rustyvolleysrc
A Rust reimplementation of Blobby Volley 2.
Stars: ✭ 90 (-2.17%)
Mutual labels:  wasm
Luwa
WIP jit lua to wasm
Stars: ✭ 88 (-4.35%)
Mutual labels:  wasm
Client
An alternative Polkadot Runtime Environment implementation acting as a full-node (excluding block production for validators) for syncing with Substrate-based chains.
Stars: ✭ 82 (-10.87%)
Mutual labels:  wasm

golang-wasm-example

wasm

Example app using Go's wasm support.

Build

GOOS=js GOARCH=wasm go generate
GOOS=js GOARCH=wasm go build -o main.wasm main.go

Run

go get github.com/mattn/serve
serve

Build and run

make

License

MIT

Author

Yasuhrio Matsumoto (a.k.a. mattn)

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].