alexcrichton requested fitzgen for a review on PR #8528.
alexcrichton requested wasmtime-core-reviewers for a review on PR #8528.
alexcrichton requested wasmtime-compiler-reviewers for a review on PR #8528.
alexcrichton requested wasmtime-default-reviewers for a review on PR #8528.
alexcrichton opened PR #8528 from alexcrichton:wasmtime-environ-no-std
to bytecodealliance:main
:
This commit migrates the
wasmtime-environ
crate to by default being tagged with#![no_std]
. Only thecomponent-model
andgc
features are able to be built withoutstd
, all other features will implicitly activate thestd
feature as they currently require it one way or another. CI is updated to buildwasmtime-environ
with these two features active on a no_std platform.This additionally, for the workspace, disables the
std
feature for thetarget-lexicon
,indexmap
,object
, andgimli
dependencies. For object/gimli all other crates in the workspace now enable thestd
feature, but forwasmtime-environ
this activation is omitted.The
thiserror
dependency was dropped fromwasmtime-environ
and additionallyhashbrown
was added for explicit usage of maps.<!--
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 #8528.
alexcrichton updated PR #8528.
pchickey submitted PR review.
alexcrichton merged PR #8528.
Last updated: Nov 22 2024 at 16:03 UTC