Macros§
- await_
or_ block - Awaits if target_arch is “wasm32”, uses
tokio::Runtime::block_on()
otherwise - maybe_
await - Awaits if target_arch is “wasm32”, does nothing otherwise
Attribute Macros§
- maybe_
async - Makes a method or every method of a trait “async” only if the target_arch is “wasm32”