Skip to content

TodoMVC written in Go and Compile to Web Assembly

Notifications You must be signed in to change notification settings

pallat/todowasm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TodoMVC written Go

How to build

GOARCH=wasm GOOS=js go build -o wasm/assets/lib.wasm wasm/main.go

or use Makefile

make wasm

How to run

go run main.go

About

TodoMVC written in Go and Compile to Web Assembly

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published