Skip to content

Commit

Permalink
Removes now obsolete wasm-pack-build-and-patch script
Browse files Browse the repository at this point in the history
  • Loading branch information
raugfer committed Sep 6, 2024
1 parent 5f39355 commit 4cdda8f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 197 deletions.
193 changes: 0 additions & 193 deletions tools/garaga_rs/wasm-pack-build-and-patch

This file was deleted.

4 changes: 0 additions & 4 deletions tools/make/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ if ! python3.10 -m venv venv; then
exit 1
fi

echo 'export PATH="$PATH:$HOME/.cargo/bin"' >> venv/bin/activate
echo 'export PYTHONPATH="$PWD/hydra:$PWD:$PYTHONPATH"' >> venv/bin/activate
echo 'export PYTHONPYCACHEPREFIX="$PWD/venv/build/__pycache__"' >> venv/bin/activate
echo "PROJECT_ROOT=$PWD" > .env
Expand All @@ -98,9 +97,6 @@ pre-commit install
echo "Compiling garaga_rs Rust extension..."
maturin develop --release

echo "Installing wasm-pack"
cargo install wasm-pack

echo "All done!"

# Check Scarb version and print warning if it's not
Expand Down

0 comments on commit 4cdda8f

Please sign in to comment.