Fixes for cargo publish (#1416)
* 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.
This commit is contained in:
3
.gitmodules
vendored
3
.gitmodules
vendored
@@ -7,3 +7,6 @@
|
||||
[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
|
||||
|
||||
Reference in New Issue
Block a user