Skip to content

Commit fecc43a

Browse files
committed
fix: testing wasm-bindgen
1 parent 99c8d19 commit fecc43a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ pkgs.rustPlatform.buildRustPackage {
4747
];
4848

4949
buildInputs = with pkgs; [
50-
wasm-bindgen-cli
50+
openssl
5151
];
5252

5353
buildPhase = ''
@@ -58,8 +58,8 @@ pkgs.rustPlatform.buildRustPackage {
5858
export HOME="$(pwd)/home"
5959
mkdir -p $HOME
6060
61-
# Create the dist folder
62-
cargo build --release
61+
# Test wasm
62+
wasm-bindgen -V
6363
6464
# Build wasm webiste
6565
trunk build --release --public-url=/

0 commit comments

Comments
 (0)