Skip to content

Commit 39360f2

Browse files
committed
Commit Cargo.lock to lock Rust deps, and update wasm-bindgen etc
Updating wasm-bindgen fixes #9 Locking like this isn't generally recommended for libraries, but that's for *Rust* libraries - because we're wasm, we're actually the end compile step for this code and all deps are effectively devdeps, so locking these is the correct fix.
1 parent 10b2345 commit 39360f2

File tree

2 files changed

+274
-1
lines changed

2 files changed

+274
-1
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,5 @@ dist
105105

106106
# Rust:
107107
/target
108-
Cargo.lock
109108
/pkg
110109
/pkg.*/

Cargo.lock

Lines changed: 274 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)