Fix std tests for wasm32-wasip2 target
This commit is contained in:
@@ -155,7 +155,7 @@
|
||||
// Under `test`, `__FastLocalKeyInner` seems unused.
|
||||
#![cfg_attr(test, allow(dead_code))]
|
||||
|
||||
#[cfg(all(test, not(target_os = "emscripten")))]
|
||||
#[cfg(all(test, not(any(target_os = "emscripten", target_os = "wasi"))))]
|
||||
mod tests;
|
||||
|
||||
use crate::any::Any;
|
||||
|
||||
Reference in New Issue
Block a user