Skip to content

maxchagin/gowasm-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go wasm example

Search users by Github on gowasm

Example of manipulation with DOM, working with the template and generating queries

Go wasm example

Clone project

cd work_dir
git clone https://github.com/maxchagin/gowasm-example ./gowasm-example
cd gowasm-example

Build app

GOARCH=wasm GOOS=js go build -o web/test.wasm main.go

Run server

go run server.go

Browser

Open page http://localhost:8080/web/wasm_exec.html

Demo

http://wasm.lovefrontend.ru/web/wasm_exec.html

About

Golang 1.11 webassembly experiment

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages