mirror of
https://github.com/encounter/jco.git
synced 2026-03-30 11:18:26 -07:00
d470166d08
* 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
13 lines
474 B
Plaintext
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
|