Stream: git-wasmtime

Topic: wasmtime / Issue #1597 cranelift_object returns an unnama...


view this post on Zulip Wasmtime GitHub notifications bot (Apr 25 2020 at 06:39):

jyn514 opened Issue #1597:

ObjectProduct::emit returns the type object::write::Error. However, since object is not re-exported by cranelift_object, there is no way to name this type without adding a new dependency on object, which must keep the version explicitly in sync with that used by cranelift_object. It would be better to expose object directly.

cc @philipc

view this post on Zulip Wasmtime GitHub notifications bot (Apr 30 2020 at 00:06):

sunfishcode closed Issue #1597:

ObjectProduct::emit returns the type object::write::Error. However, since object is not re-exported by cranelift_object, there is no way to name this type without adding a new dependency on object, which must keep the version explicitly in sync with that used by cranelift_object. It would be better to expose object directly.

cc @philipc


Last updated: Oct 23 2024 at 20:03 UTC