redgold-schema 0.1.48

Decentralized Portfolio Contracts & Data Lake
Documentation
1
2
3
4
5
6
7
8
9
10

#[cfg(not(any(target_arch = "wasm32", target_os = "wasi")))]
pub mod task_local_impl;

#[cfg(any(target_arch = "wasm32", target_os = "wasi"))]
pub mod task_local_stub;

#[cfg(any(target_arch = "wasm32", target_os = "wasi"))]
pub use self::task_local_stub as task_local_impl;