Stream: git-wasmtime

Topic: wasmtime / PR #2425 Fix assertion with cross-store values...


view this post on Zulip Wasmtime GitHub notifications bot (Nov 16 2020 at 19:57):

alexcrichton opened PR #2425 from fix-wrong-store-2 to main:

If a host-defined Func::new closure returns values from the wrong
store, this currently trips a debug assertion and causes other issues
elsewhere in release mode. This commit adds the same dynamic checks
found in Func::wrap in the Func::new case today.

view this post on Zulip Wasmtime GitHub notifications bot (Nov 16 2020 at 20:34):

alexcrichton updated PR #2425 from fix-wrong-store-2 to main:

If a host-defined Func::new closure returns values from the wrong
store, this currently trips a debug assertion and causes other issues
elsewhere in release mode. This commit adds the same dynamic checks
found in Func::wrap in the Func::new case today.

view this post on Zulip Wasmtime GitHub notifications bot (Nov 17 2020 at 00:36):

fitzgen submitted PR Review.

view this post on Zulip Wasmtime GitHub notifications bot (Nov 17 2020 at 00:36):

fitzgen merged PR #2425.


Last updated: Nov 22 2024 at 16:03 UTC