ambient_sys

Crates.ioambient_sys
lib.rsambient_sys
version0.3.1
created_at2023-05-02 14:46:17.642822+00
updated_at2023-10-25 13:47:08.28242+00
descriptionA system abstraction for Ambient; abstracts over desktop and web. Host-only.
homepage
repositoryhttps://github.com/AmbientRun/Ambient
max_upload_size
id854599
size65,887
Fredrik Norén (FredrikNoren)

documentation

README

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.

Commit count: 4756

cargo fmt