Skip to content

Commit

Permalink
link to std in dylib so we can allocate
Browse files Browse the repository at this point in the history
  • Loading branch information
tjjfvi committed May 27, 2024
1 parent 25c8b89 commit dd3769c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/compile.rs
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ fn _compile_host(host: &Host) -> Result<String, fmt::Error> {
write!(
code,
"
#![no_std]
#![allow(warnings)]
extern crate alloc;
Expand Down

0 comments on commit dd3769c

Please sign in to comment.