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 3d095ae commit aefe823Copy full SHA for aefe823
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