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 (Node.js)
This command builds the same WebAssembly module and provides a Node.js runner.
Build:
- GOOS=js GOARCH=wasm go build -o tinySQL.wasm .
- Copy wasm_exec.js: cp "$(go env GOROOT)/lib/wasm/wasm_exec.js" ./
Run:
- node wasm_runner.js
- node wasm_runner.js query "SELECT 1"
Documentation
¶
There is no documentation for this package.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.