Skip to content

Commit ea34c41

Browse files
refactor(vm): address clippy linter comments.
1 parent 2a53caa commit ea34c41

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

compiler/src/wasm.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
#![cfg_attr(target_arch = "wasm32", no_std)] // Enables no_std only for WASM builds.
2-
3-
extern crate alloc; // Enables heap allocation without the standard library.
4-
51
#[cfg(target_arch = "wasm32")]
62
mod runtime {
73
use lol_alloc::LeakingPageAllocator;

0 commit comments

Comments
 (0)