Skip to content

Commit

Permalink
chore: use upstream wasm-pack (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan770 authored Sep 11, 2024
1 parent 6a53b3e commit 9fb457b
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 51 deletions.
21 changes: 11 additions & 10 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/teddybear-js/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ serde_json = { workspace = true }
serde-wasm-bindgen = "0.6.1"

js-sys = "0.3.68"
wasm-bindgen = "=0.2.92"
wasm-bindgen = "=0.2.93"
wasm-bindgen-futures = "0.4.41"
18 changes: 9 additions & 9 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 0 additions & 5 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -94,10 +94,6 @@
rustc = rustToolchain;
};

wasm-pack = pkgs.callPackage ./nix/wasm-pack.nix {
inherit rustPlatform;
};

wasm-snip = pkgs.callPackage ./nix/wasm-snip.nix {
inherit rustPlatform;
};
Expand Down Expand Up @@ -165,7 +161,6 @@
wasmArgs
wasmCargoArtifacts
wasmSnipPatterns
wasm-pack
wasm-snip
;
};
Expand Down
26 changes: 0 additions & 26 deletions nix/wasm-pack.nix

This file was deleted.

0 comments on commit 9fb457b

Please sign in to comment.