Skip to content

Commit a5e09ad

Browse files
committed
a bit more interesting wasm demo
Signed-off-by: Connor Tsui <[email protected]>
1 parent cd80330 commit a5e09ad

File tree

8 files changed

+600
-183
lines changed

8 files changed

+600
-183
lines changed

REUSE.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@ path = "benchmarks-website/**"
1717
SPDX-FileCopyrightText = "Copyright the Vortex contributors"
1818
SPDX-License-Identifier = "CC-BY-4.0"
1919

20+
[[annotations]]
21+
path = "wasm-test/**"
22+
SPDX-FileCopyrightText = "Copyright the Vortex contributors"
23+
SPDX-License-Identifier = "CC-BY-4.0"
24+
2025
# Golden files are licensed under CC-BY-4.0.
2126
[[annotations]]
2227
path = "**/goldenfiles/**"

wasm-test/.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# WASM build artifacts
2+
/target
3+
/pkg
4+
5+
# Cargo lock file for binary projects
6+
Cargo.lock

0 commit comments

Comments
 (0)