Stream: wasmtime

Topic: CI failure at wasmtime-profiling


view this post on Zulip Yury Delendik (Jun 09 2020 at 22:03):

Interesting failure at https://github.com/bytecodealliance/wasmtime/runs/755500123#step:5:20 -- cannot repo locally yet. Not sure why removing faerie caused failures with scroll.

Standalone JIT-style runtime for WebAssembly, using Cranelift - bytecodealliance/wasmtime

view this post on Zulip Yury Delendik (Jun 09 2020 at 22:03):

Looking for ideas

view this post on Zulip Yury Delendik (Jun 10 2020 at 14:08):

@Alex Crichton weird thing, but you may have "inside info", I just removed "faerie" (https://github.com/bytecodealliance/wasmtime/pull/1848) and wasmtime-profiling started failing because of its "scroll" dependency doesn't not have derive feature. Question: why it was passing before?

Using the "object" library everywhere in wasmtime. See also deprecating note in https://github.com/bytecodealliance/wasmtime/blob/54694b8d0e7318d7ec79964420af573a6ad5056d/cranelift/faerie...

view this post on Zulip Alex Crichton (Jun 10 2020 at 14:33):

@Yury Delendik cargo unions features for crates, so while profiling may have depended on the scroll feature it didn't activate it. It worked because faerie probably transitively activated it


Last updated: Nov 22 2024 at 16:03 UTC