Stream: git-wasmtime

Topic: wasmtime / PR #4312 Add a method to Linker and flag to wa...


view this post on Zulip Wasmtime GitHub notifications bot (Jun 23 2022 at 23:45):

pchickey opened PR #4312 from pch/trap_unknown_imports to main:

Sometimes users have a Command module which imports functions unknown to
the wasmtime-cli, but does not call them at runtime. This PR provides a
convenience method on Linker to define all unknown import functions in
a given Module as a trivial implementation which traps, and hooks this
up to a new cli flag --trap-unknown-imports.

<!--

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 (Jun 23 2022 at 23:45):

pchickey requested alexcrichton for a review on PR #4312.

view this post on Zulip Wasmtime GitHub notifications bot (Jun 24 2022 at 22:53):

pchickey updated PR #4312 from pch/trap_unknown_imports to main.

view this post on Zulip Wasmtime GitHub notifications bot (Jun 27 2022 at 13:55):

alexcrichton submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Jun 27 2022 at 13:55):

alexcrichton merged PR #4312.


Last updated: Nov 22 2024 at 16:03 UTC