Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Go + WebAssemblyを活用する / Using Go and WebAssembly

syumai
June 14, 2019

Go + WebAssemblyを活用する / Using Go and WebAssembly

syumai

June 14, 2019
Tweet

More Decks by syumai

Other Decks in Technology

Transcript

  1. ディレクトリ構成 ojichat-web ├── ojichat | ├── ojichat.go => syscall/js に依存しない

    │ └── ojichat_test.go ├── go.mod ├── go.sum ├── index.html ├── main.go ├── main.wasm └── wasm_exec.js