Closed
Description
The wasmtime-runtime
crate (which wasmtime-jit
depends on) has a crate feature specifying that it can be built without std
, but attempting to do so fails. Looking at the code, it does appear to reference the std
crate without any guards or reexports, but the bigger issue is trying to build the signal handlers, which require compiling for a target OS, something which doesn't work when using no_std
.
As mentioned earlier, wasmtime-jit
has wasmtime-runtime
as a direct dependency, and it also provides a no_std
feature.
Metadata
Metadata
Assignees
Labels
No labels