https://github.com/probably-not/wasm-playground
A playground for testing capabilities of WebAssembly in Go
https://github.com/probably-not/wasm-playground
Last synced: about 1 month ago
JSON representation
A playground for testing capabilities of WebAssembly in Go
- Host: GitHub
- URL: https://github.com/probably-not/wasm-playground
- Owner: probably-not
- Created: 2019-10-07T06:14:12.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2021-04-18T20:45:09.000Z (over 5 years ago)
- Last Synced: 2025-02-24T16:53:23.336Z (over 1 year ago)
- Language: JavaScript
- Size: 1.59 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WebAssembly Playground
I've been investigating trying to learn frontend development recently, but I haven't really fallen in love with JavaScript like everyone says they do... so I decided to try and see if I can figure out the whole WebAssembly thing, and maybe create some frontend code using Go, which is a language that I've been using a lot recently.
Here, you will find any random playground stuff to see what capabilities Go has for WebAssembly.
# Versions
Go Version: `go1.15.5 darwin/amd64`
TinyGo Version: `tinygo version 0.15.0 darwin/amd64 (using go version go1.15.5 and LLVM version 10.0.1)`