command
Version:
v0.2.1
Opens a new window with list of versions in this module.
Published: Oct 1, 2025
License: AGPL-3.0
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
tinySQL WASM (Browser)
This command builds the tinySQL WebAssembly module for browsers and serves a simple web UI.
Usage:
- Build the WASM: GOOS=js GOARCH=wasm go build -o web/tinySQL.wasm .
- Copy the Go WASM runtime: cp "$(go env GOROOT)/lib/wasm/wasm_exec.js" web/
- Serve the web folder: cd web && python3 -m http.server 8080
Documentation
¶
There is no documentation for this package.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.