Skip to content

Commit

Permalink
Add no_std to wit-bindgen-rt crate. (#877)
Browse files Browse the repository at this point in the history
  • Loading branch information
peterhuene authored Mar 4, 2024
1 parent 4c7f1cf commit efd511f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions crates/guest-rust/rt/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#![no_std]

extern crate alloc;

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

0 comments on commit efd511f

Please sign in to comment.