Stream: git-wasmtime

Topic: wasmtime / PR #1608 cranelift-wasm: fix dev-dependencies ...


view this post on Zulip Wasmtime GitHub notifications bot (Apr 27 2020 at 21:50):

cdisselkoen opened PR #1608 from cranelift-wasm-tests to master:

Fixes #1595; see there for more discussion.

Before this PR, running cargo test locally in the cranelift/wasm directory fails. This PR ensures that the correct dependency features are enabled for tests, so that cargo test succeeds. Note that cargo +nightly test --workspace works both before and after this PR, because it enables the feature in question; this PR ensures that cargo test works locally in the cranelift/wasm directory.

view this post on Zulip Wasmtime GitHub notifications bot (Apr 27 2020 at 22:28):

alexcrichton merged PR #1608.


Last updated: Nov 22 2024 at 16:03 UTC