pchickey opened PR #10105 from bytecodealliance:pch/wasmtime_bindgen_nostd to bytecodealliance:main:
prtest:full
<!--
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
-->
pchickey updated PR #10105.
pchickey edited PR #10105:
Improve compatibility with #![no_std] builds by substituting all uses of
std::forcore::in wasmtime-wit-bindgen output.The one use of the
stdcargo feature in this crate was to gate emittingimpl std::error::Error for ..., now that Error is in core we can unconditionally emit animpl core::error::Error for ..., and get rid of that cargo feature.
pchickey edited PR #10105:
Improve compatibility with #![no_std] builds by substituting all uses of
std::forcore::in wasmtime-wit-bindgen output.The one use of the
stdcargo feature in this crate was to gate emittingimpl std::error::Error for ..., now that Error is in core we can unconditionally emit animpl core::error::Error for ..., and eliminate thestdcargo feature in thewasmtime-wit-bindgenandwasmtime-component-macrocrates.
pchickey updated PR #10105.
pchickey has marked PR #10105 as ready for review.
pchickey requested dicej for a review on PR #10105.
pchickey requested wasmtime-core-reviewers for a review on PR #10105.
alexcrichton submitted PR review.
alexcrichton merged PR #10105.
Last updated: Dec 06 2025 at 06:05 UTC