Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
kayhhh committed Oct 29, 2023
1 parent 696fa42 commit 9b79513
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ in {
cargo build --target ${wasmTarget} --release
'';
installPhase = ''
mkdir -p $out/lib
cp target/${wasmTarget}/wasm-release/*.wasm $out/lib/
'';
});
Expand Down

0 comments on commit 9b79513

Please sign in to comment.