We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
no_std
wit-bindgen-rt
1 parent 4c7f1cf commit efd511fCopy full SHA for efd511f
crates/guest-rust/rt/src/lib.rs
@@ -1,3 +1,5 @@
1
+#![no_std]
2
+
3
extern crate alloc;
4
5
/// For more information about this see `./ci/rebuild-libcabi-realloc.sh`.
0 commit comments