Stream: git-wasmtime

Topic: wasmtime / PR #7112 c-api: Remove reexport of wasmtime crate


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

alexcrichton opened PR #7112 from alexcrichton:no-reexport-in-c-api to bytecodealliance:main:

This is a follow-up to #6765 to remove this reexport since it was originally added to use both the C API and the wasmtime crate in the same downstream crate, but this should be possible through Cargo with:

[dependencies]
wasmtime = "13"
wasmtime-c-api = { version = "13", package = "wasmtime-c-api" }

and that way wasmtime::* is available as well as wasmtime_c_api::*

<!--
Please make sure you include the following information:

Our development process is documented in the Wasmtime book:
https://docs.wasmtime.dev/contributing-development-process.html

Please ensure all communication follows the code of conduct:
https://github.com/bytecodealliance/wasmtime/blob/main/CODE_OF_CONDUCT.md
-->

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

alexcrichton updated PR #7112.


Last updated: Oct 23 2024 at 20:03 UTC