ambient_sys 0.3.1

A system abstraction for Ambient; abstracts over desktop and web. Host-only.
Documentation
1
2
3
4
5
6
7
# Ambient Sys

Platform agnostic abstractions for Ambient.

The intent of this crate is to provide a common runtime and platform agnostic interface for WebAssembly and native targets, e.g; timers and sleep, file io, task spawning, etc.

The crate uses `tokio` for native platform, and uses the web/js api on WebAssembly.