Skip to content

Commit 0e02e12

Browse files
committed
no need to guard allocator now that there is no malloc collision
Signed-off-by: Yuval Kohavi <yuval.kohavi@gmail.com>
1 parent 7ffae68 commit 0e02e12

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ pub mod hostcalls;
1616
pub mod traits;
1717
pub mod types;
1818

19-
#[cfg(target_arch = "wasm32")]
2019
mod allocator;
2120
mod dispatcher;
2221
mod logger;

0 commit comments

Comments
 (0)