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:
@@ -60,10 +60,10 @@ rustup target add wasm32-wasi
|
||||
[rustup]: https://rustup.rs
|
||||
|
||||
Now, you should be able to run the integration testsuite by running `cargo test` on the
|
||||
`test-programs` package with `test_programs` feature enabled:
|
||||
`test-programs` package with `test-programs/test_programs` feature enabled:
|
||||
|
||||
```
|
||||
cargo test --features test_programs --package test-programs
|
||||
cargo test --features test-programs/test_programs --package test-programs
|
||||
```
|
||||
|
||||
## Third-Party Code
|
||||
|
||||
Reference in New Issue
Block a user