script/linux 🔗
@@ -2,6 +2,9 @@
set -e
+# Install our submodule dependencies
+git submodule update --init --recursive
+
# install the wasm toolchain
rustup target add wasm32-wasi
Mikayla Maki created
Added the git submodule initialization to the linux dependency script
script/linux | 3 +++
1 file changed, 3 insertions(+)
@@ -2,6 +2,9 @@
set -e
+# Install our submodule dependencies
+git submodule update --init --recursive
+
# install the wasm toolchain
rustup target add wasm32-wasi