Skip to content

Commit de8ff2f

Browse files
committed
add test harness site
1 parent fe61832 commit de8ff2f

29 files changed

+1238
-10879
lines changed

wasm_test_site/.gitignore

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,6 @@
1-
/node_modules/
1+
/target
2+
**/*.rs.bk
3+
Cargo.lock
4+
bin/
5+
pkg/
6+
wasm-pack.log
-20.8 KB
Binary file not shown.
-10.7 KB
Binary file not shown.
-35.9 KB
Binary file not shown.
-256 KB
Binary file not shown.
-7.94 KB
Binary file not shown.
-368 KB
Binary file not shown.
Binary file not shown.

wasm_test_site/.parcel-cache/snapshot-1a5219bd20d19bce.txt

Lines changed: 0 additions & 5911 deletions
This file was deleted.

wasm_test_site/Cargo.toml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
[package]
22
name = "wasm_test_site"
33
version = "0.1.0"
4-
edition = "2021"
4+
authors = ["Mingwei Samuel <mingwei.samuel@gmail.com>"]
5+
edition = "2018"
56

67
[lib]
78
crate-type = ["cdylib", "rlib"]
89

10+
[features]
11+
default = ["console_error_panic_hook"]
12+
913
[dependencies]
1014
wasm-bindgen = "0.2.84"
1115

@@ -16,7 +20,7 @@ wasm-bindgen = "0.2.84"
1620
console_error_panic_hook = { version = "0.1.7", optional = true }
1721

1822
[dev-dependencies]
19-
wasm-bindgen-test = "0.3.43"
23+
wasm-bindgen-test = "0.3.34"
2024

2125
[profile.release]
2226
# Tell `rustc` to optimize for small code size.

0 commit comments

Comments
 (0)