/go_project_template

Golang project template

Primary LanguageJavaScriptApache License 2.0Apache-2.0

goProjectTemplate

A Go project template with:

  • Unit test
  • WASM code
    • Run build_wasm to generate the index.html file.
    • Serve the index.html file along with the wasm_exec.js (Copied from GOROOT) and add.wasm in a HTTP server.