Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fix unexpected cfg --> src/stream/functions.rs:58:7 | 58 | #[cfg(tests)] | ^^^^^ help: there is a config with a similar name: `test` * update `need_wasm_shim` logic for `wasm32-wasip1` The `wasm32-wasi` target is being renamed to `wasm32-wasip1` and the `wasm32-wasi` target will be removed in the future. It looks like the shim will also be useful (required?) for `wasm32-wasip2`.
- Loading branch information