mirror of
https://github.com/encounter/objdiff.git
synced 2025-12-12 14:46:12 +00:00
objdiff-wasm build improvements
This commit is contained in:
@@ -1,9 +1,7 @@
|
||||
#![cfg_attr(not(feature = "std"), no_std)]
|
||||
extern crate alloc;
|
||||
|
||||
#[cfg(target_os = "wasi")]
|
||||
mod api;
|
||||
#[cfg(target_os = "wasi")]
|
||||
mod logging;
|
||||
|
||||
#[cfg(all(target_os = "wasi", not(feature = "std")))]
|
||||
|
||||
Reference in New Issue
Block a user