Files
jco/.gitmodules
Yosh d470166d08 use git submodules for all git dependencies (#186)
* add submodules as dependencies

* Update wasmtime

* Update update-tests.sh

* Update update-wasi.sh

* Update update-preview2.sh

* add bash pragmas to all executables

* set bash pipefail

* correctly update git submodules

* running dummy.rs doesn't actually do anything

* document shell scripts

* remove `wasi-version` from root

this should now be the same version as `submodules/wasmtime`

* add even more shell docs
2023-10-13 09:09:25 -07:00

13 lines
474 B
Plaintext

[submodule "submodules/wasmtime"]
path = submodules/wasmtime
url = https://github.com/bytecodealliance/wasmtime
[submodule "submodules/WASI-Virt"]
path = submodules/WASI-Virt
url = https://github.com/bytecodealliance/WASI-Virt
[submodule "submodules/wit-bindgen"]
path = submodules/wit-bindgen
url = https://github.com/bytecodealliance/wit-bindgen
[submodule "submodules/wasm-tools"]
path = submodules/wasm-tools
url = https://github.com/bytecodealliance/wasm-tools