-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ba4aa59
commit 82cacab
Showing
29 changed files
with
1,238 additions
and
10,879 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 not shown.
Binary file not shown.
Binary file not shown.
Binary file removed
BIN
-30.2 KB
wasm_test_site/.parcel-cache/requestGraph-nodes-0-1a5219bd20d19bce-0
Binary file not shown.
5,911 changes: 0 additions & 5,911 deletions
5,911
wasm_test_site/.parcel-cache/snapshot-1a5219bd20d19bce.txt
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
|
||
|
@@ -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. | ||
|
Oops, something went wrong.