Skip to content

berkayakcay/Go-WebAssembly-Demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go-WebAssembly-Demo

Build

Get wasm.js

cp "$(go env GOROOT)/misc/wasm/wasm_exec.js" .

edit goland build options to access "syscall/js"

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

Launch

You can use live-server or http-server to launch

npm install -g live-server 

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published