Skip to content

Commit 2cb39bb

Browse files
add snapshot download example
1 parent b564d21 commit 2cb39bb

File tree

12 files changed

+704
-0
lines changed

12 files changed

+704
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
[build]
2+
target = ["wasm32-unknown-unknown"]
3+
4+
[target.wasm32-unknown-unknown]
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# Various IDEs and Editors
2+
.vscode/
3+
.idea/
4+
**/*~
5+
6+
# Mac OSX temporary files
7+
.DS_Store
8+
**/.DS_Store
9+
10+
# dfx temporary files
11+
.dfx/
12+
13+
# generated files
14+
**/declarations/
15+
16+
# rust
17+
target/
18+
19+
# frontend code
20+
node_modules/
21+
dist/
22+
.svelte-kit/
23+
24+
# environment variables
25+
.env
26+
27+
snapshots/

0 commit comments

Comments
 (0)