Stream: git-wasmtime

Topic: wasmtime / issue #7106 Async support in the C API


view this post on Zulip Wasmtime GitHub notifications bot (Sep 28 2023 at 19:29):

rockwotj commented on issue #7106:

Force pushes:

view this post on Zulip Wasmtime GitHub notifications bot (Sep 28 2023 at 19:47):

rockwotj commented on issue #7106:

Force push a836f5e to f7aa8c5: Add more comments to async example.

view this post on Zulip Wasmtime GitHub notifications bot (Sep 28 2023 at 22:44):

github-actions[bot] commented on issue #7106:

Subscribe to Label Action

cc @peterhuene

<details>
This issue or pull request has been labeled: "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 (Oct 02 2023 at 20:37):

rockwotj commented on issue #7106:

Thanks for working with me on this one!

view this post on Zulip Wasmtime GitHub notifications bot (Oct 03 2023 at 00:20):

rockwotj commented on issue #7106:

It looks like the MacOS runner uses C++11 by default (although maybe it supports later versions of C++ from the error messages). I decided to just downgrade the example to C++11 and explicitly call that out in CMakeLists.txt, that should fix the CI.

view this post on Zulip Wasmtime GitHub notifications bot (Oct 03 2023 at 01:55):

alexcrichton commented on issue #7106:

If you'd like you can push up a commit with "prtest:full" somewhere in the message and it'll run full CI on this PR before merging

view this post on Zulip Wasmtime GitHub notifications bot (Oct 03 2023 at 03:07):

rockwotj commented on issue #7106:

Thanks for the tip, looks like I was just missing a header for clang on MacOS. Looking good now.


Last updated: Oct 23 2024 at 20:03 UTC