Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Kijewski committed Jan 21, 2025
1 parent 211f029 commit bc0d590
Show file tree
Hide file tree
Showing 5 changed files with 1,515 additions and 8 deletions.
5 changes: 5 additions & 0 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[target.wasm32-unknown-unknown.unstable]
rustflags = [
"-Ctarget-feature=+bulk-memory",
"-Zbuild-std=panic_abort,core,alloc,std",
]
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
/target
/dist
Cargo.lock
Loading

0 comments on commit bc0d590

Please sign in to comment.