Skip to main content

Module wasm_compat

Module wasm_compat 

Source
Expand description

wasm32 compatibility layer for ipfrs-core.

This module provides documentation and helpers for wasm32 targets. Most of ipfrs-core is already wasm-compatible since it uses only pure-Rust data structures.

Structs§

PlatformTime
A platform-independent timestamp in milliseconds.
TargetCapabilities
Capabilities available on the current compile target.

Constants§

IS_WASM32
Whether the current target is wasm32.