command
module
Version:
v0.0.0-...-808837e
Opens a new window with list of versions in this module.
Published: Jun 10, 2026
License: Apache-2.0
Opens a new window with license information.
Imports: 9
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
Skycfg in 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
¶
There is no documentation for this package.
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.