feat: add a histrical wit-bindgen
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
printf "Running 'postCreateCommand' Script\n"
|
||||
|
||||
# Install Rust Targets
|
||||
printf "Installing Rust Targets\n"
|
||||
rustup update stable --no-self-update
|
||||
rustup default stable
|
||||
rustup target add wasm32-unknown-unknown
|
||||
rustup target add wasm32-wasi
|
||||
|
||||
# Install Python stuff
|
||||
printf "Installing Python Dependencies"
|
||||
pip install mypy wasmtime
|
||||
|
||||
# Install NPM dependencies
|
||||
printf "Installing NPM Dependencies"
|
||||
cd crates/gen-js && npm install
|
||||
Reference in New Issue
Block a user