This commit updates to the 0.9 version of the witx crate implemented in WebAssembly/wasi#395. This new version drastically changes code generation and how we interface with the crate. The intention is to abstract the code generation aspects and allow code generators to implement much more low-level instructions to enable more flexible APIs in the future. Additionally a bunch of `*.witx` files were updated in the WASI repository. It's worth pointing out, however, that `wasi-common` does not change as a result of this change. The shape of the APIs that we need to implement are effectively the same and the only difference is that the shim functions generated by wiggle are a bit different.
17 lines
576 B
Plaintext
17 lines
576 B
Plaintext
[submodule "spec_testsuite"]
|
|
path = tests/spec_testsuite
|
|
url = https://github.com/WebAssembly/testsuite
|
|
[submodule "crates/c-api/examples/wasm-c-api"]
|
|
path = crates/c-api/wasm-c-api
|
|
url = https://github.com/WebAssembly/wasm-c-api
|
|
[submodule "WASI"]
|
|
path = crates/wasi-common/WASI
|
|
url = https://github.com/alexcrichton/WASI
|
|
branch = abis
|
|
[submodule "crates/wasi-nn/spec"]
|
|
path = crates/wasi-nn/spec
|
|
url = https://github.com/WebAssembly/wasi-nn
|
|
[submodule "crates/wasi-crypto/spec"]
|
|
path = crates/wasi-crypto/spec
|
|
url = https://github.com/WebAssembly/wasi-crypto.git
|