Stream: wasmtime

Topic: Supporting no_std in Wasmtime


view this post on Zulip Alex Crichton (Apr 11 2024 at 21:03):

I've opened https://github.com/bytecodealliance/wasmtime/issues/8341 to support the #![no_std] mode of building in Wasmtime as well as outline what it would mean for runtime support for example. If folks have thoughts/opinions I wanted to raise awareness here and solicit comments on either GitHub or here too

In this issue I'd like to propose officially adding support for Rust's #![no_std] mode and crate attribute to the wasmtime crate and runtime. Notably, I'm proposing that we refute current documenta...

Last updated: Oct 23 2024 at 20:03 UTC