Stream: git-wasmtime

Topic: wasmtime / issue #4049 c-api: add missing bcrypt.lib depe...


view this post on Zulip Wasmtime GitHub notifications bot (Apr 19 2022 at 06:35):

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

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 (Apr 19 2022 at 07:52):

bjorn3 commented on issue #4049:

Rustc has the --print native-static-libs you can pass when compiling a staticlib which will cause it to print the full list of link arguments you need. Maybe it could be used on CI to check this list is up to date? For now this PR is fine I think.


Last updated: Nov 22 2024 at 16:03 UTC