claw-cli 0.2.6

The compiler for the Claw language
1
2
3
4
5
6
7
8
9
10
11
12
/target
.vscode

# So that files from debugging don't get committed
# Only applies to claw, wat, and wasm files in root
# Not e.g. crates/codegen/allocator.wat
*.wat
*.wasm
*.claw

# The compiled publish script
publish