Stream: git-wasmtime

Topic: wasmtime / PR #6010 wasmtime: Option to return default va...


view this post on Zulip Wasmtime GitHub notifications bot (Mar 13 2023 at 21:01):

fitzgen opened PR #6010 from default-values-unknown-imports to main:

Similar to the --trap-unknown-imports option, which defines unknown function imports with functions that trap when called, this new --default-values-unknown-imports option defines unknown function imports with a function that returns the default values for the result types (either zero or null depending on the value type).

<!--

Please ensure that the following steps are all taken care of before submitting
the PR.

Please ensure all communication adheres to the code of conduct.
-->

view this post on Zulip Wasmtime GitHub notifications bot (Mar 13 2023 at 21:01):

fitzgen requested alexcrichton for a review on PR #6010.

view this post on Zulip Wasmtime GitHub notifications bot (Mar 13 2023 at 21:39):

alexcrichton submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Mar 13 2023 at 22:21):

fitzgen merged PR #6010.


Last updated: Nov 22 2024 at 16:03 UTC