wasm

command module
v0.0.0-...-808837e Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 10, 2026 License: Apache-2.0 Imports: 9 Imported by: 0

README

Skycfg in WebAssembly

A short demo of Skycfg running in a browser interactively via WebAssembly

Please run the following to build the appropriate WASM file (adapted from Go Wiki: WebAssembly).

GOOS=js GOARCH=wasm go build -o skycfg.wasm
cp "$(go env GOROOT)/lib/wasm/wasm_exec.js" .

Then, serve this directory using any HTTP server. Example using Python's http.server:

python -m http.server 8000

Then, you can visit http://127.0.0.1:8000/ to view the demo.

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL