CLI
kasc
Compile kind contracts to Wasm
Install
Copy
bun a -g @everyprotocol/kind-as
Usage
Compile kind contracts to Wasm
Copy
Usage --help
Copy
Usage: kasc [options] <file>
Compile kind contracts to Wasm
Arguments:
file AssemblyScript source file
Options:
-o, --out <wasm> Path to output .wasm file
-t, --text <wat> Also emit .wat file to this path
-l, --lib <lib> Use custom std lib instead of bundled one
-h, --help display help for command
Assistant
Responses are generated using AI and may contain mistakes.