Skip to content

Commit

Permalink
add test harness site
Browse files Browse the repository at this point in the history
  • Loading branch information
MingweiSamuel committed Sep 4, 2024
1 parent fe61832 commit de8ff2f
Show file tree
Hide file tree
Showing 29 changed files with 1,238 additions and 10,879 deletions.
7 changes: 6 additions & 1 deletion wasm_test_site/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,6 @@
/node_modules/
/target
**/*.rs.bk
Cargo.lock
bin/
pkg/
wasm-pack.log
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed wasm_test_site/.parcel-cache/data.mdb
Binary file not shown.
Binary file removed wasm_test_site/.parcel-cache/lock.mdb
Binary file not shown.
Binary file not shown.
Binary file not shown.
5,911 changes: 0 additions & 5,911 deletions wasm_test_site/.parcel-cache/snapshot-1a5219bd20d19bce.txt

This file was deleted.

8 changes: 6 additions & 2 deletions wasm_test_site/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
[package]
name = "wasm_test_site"
version = "0.1.0"
edition = "2021"
authors = ["Mingwei Samuel <[email protected]>"]
edition = "2018"

[lib]
crate-type = ["cdylib", "rlib"]

[features]
default = ["console_error_panic_hook"]

[dependencies]
wasm-bindgen = "0.2.84"

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

[dev-dependencies]
wasm-bindgen-test = "0.3.43"
wasm-bindgen-test = "0.3.34"

[profile.release]
# Tell `rustc` to optimize for small code size.
Expand Down
Loading

0 comments on commit de8ff2f

Please sign in to comment.