* Publishing fixes. * Make WASI a symlink. * More fixes. * Cargo doesn't allow dev-dependencies to have optional features. * Remove the symlink. * Add WASI as another git submodule.
13 lines
445 B
Plaintext
13 lines
445 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 "crates/wasi-common/WASI"]
|
|
path = crates/wasi-common/wig/WASI
|
|
url = https://github.com/WebAssembly/WASI
|
|
[submodule "WASI"]
|
|
path = crates/wasi-common/WASI
|
|
url = https://github.com/WebAssembly/WASI
|