An open API service indexing awesome lists of open source software.

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

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)`