1
Fork 0

Remove asmjs from library

This commit is contained in:
Jubilee Young 2023-10-28 22:29:46 -07:00
parent 2106b63b7b
commit 6649219c3f
6 changed files with 0 additions and 21 deletions

View file

@ -31,7 +31,6 @@ pub use self::arch::{blkcnt_t, blksize_t, ino_t, nlink_t, off_t, stat, time_t};
target_arch = "powerpc",
target_arch = "sparc",
target_arch = "arm",
target_arch = "asmjs",
target_arch = "wasm32"
))]
mod arch {