Skip to content

Commit 9a816f3

Browse files
committed
temp: wasm-ton scaffold
1 parent 397599a commit 9a816f3

31 files changed

Lines changed: 4210 additions & 0 deletions

packages/wasm-ton/.gitignore

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
target/
2+
node_modules/
3+
# we actually only track the .ts files
4+
dist/
5+
test/*.js
6+
test/*.d.ts
7+
js/*.js
8+
js/*.d.ts
9+
js/wasm
10+
.vscode
11+
.onboarding/

0 commit comments

Comments
 (0)