Did folks find that moving from a wasmtime 18 dependency to 19, they had to plumb an impl wasmtime::AsContext
through lots of layers even though in the end it is used for Ref types only? Or were there short cuts possible, or was a reference stored locally when a type was created so self could refer to it when needed? Or all of the above?
Never mind. Finishing up a PR for wasm-wave and at least in order to get all the current unit tests passing for the dependency wasmbind 19 and then 20, I didn't have to plumb the store through much at all.
Frank Rehwinkel has marked this topic as resolved.
Last updated: Nov 22 2024 at 16:03 UTC