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 aswasmtime_c_api::*
<!--
Please make sure you include the following information:
If this work has been discussed elsewhere, please include a link to that
conversation. If it was discussed in an issue, just mention "issue #...".Explain why this change is needed. If the details are in an issue already,
this can be brief.Our development process is documented in the Wasmtime book:
https://docs.wasmtime.dev/contributing-development-process.htmlPlease ensure all communication follows the code of conduct:
https://github.com/bytecodealliance/wasmtime/blob/main/CODE_OF_CONDUCT.md
-->
alexcrichton updated PR #7112.
Last updated: Nov 22 2024 at 16:03 UTC