Stream: git-wasmtime

Topic: wasmtime / Issue #1516 Add an instance API for invoking t...


view this post on Zulip Wasmtime GitHub notifications bot (Apr 15 2020 at 20:27):

github-actions[bot] commented on Issue #1516:

Subscribe to Label Action

cc @peterhuene

<details>
This issue or pull request has been labeled: "wasmtime:api", "wasmtime:c-api"

Thus the following users have been cc'd because of the following labels:

To subscribe or unsubscribe from this label, edit the <code>.github/subscribe-to-label.json</code> configuration file.

Learn more.
</details>

view this post on Zulip Wasmtime GitHub notifications bot (Apr 16 2020 at 05:52):

sunfishcode commented on Issue #1516:

Ok, I've now updated Module's exports and imports to return their results on-demand too, which turned into a minor yak shave, but it significantly cleans up import/export decoding -- it eliminates the redundant decoding in Module::new, and tidies wasmtime_environ::Module.

view this post on Zulip Wasmtime GitHub notifications bot (Apr 16 2020 at 05:53):

github-actions[bot] commented on Issue #1516:

Subscribe to Label Action

cc @fitzgen

<details>
This issue or pull request has been labeled: "fuzzing"

Thus the following users have been cc'd because of the following labels:

To subscribe or unsubscribe from this label, edit the <code>.github/subscribe-to-label.json</code> configuration file.

Learn more.
</details>

view this post on Zulip Wasmtime GitHub notifications bot (Apr 16 2020 at 15:23):

sunfishcode commented on Issue #1516:

Looking at where this PR ended up, there's a lot of refactoring here mixed in with a new feature, so I'm going to split this PR into pieces.


Last updated: Oct 23 2024 at 20:03 UTC