Skip to content

Commit efd511f

Browse files
authored
Add no_std to wit-bindgen-rt crate. (bytecodealliance#877)
1 parent 4c7f1cf commit efd511f

File tree

1 file changed

+2
-0
lines changed
  • crates/guest-rust/rt/src

1 file changed

+2
-0
lines changed

crates/guest-rust/rt/src/lib.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#![no_std]
2+
13
extern crate alloc;
24

35
/// For more information about this see `./ci/rebuild-libcabi-realloc.sh`.

0 commit comments

Comments
 (0)