| Crates.io | ambient_sys |
| lib.rs | ambient_sys |
| version | 0.3.1 |
| created_at | 2023-05-02 14:46:17.642822+00 |
| updated_at | 2023-10-25 13:47:08.28242+00 |
| description | A system abstraction for Ambient; abstracts over desktop and web. Host-only. |
| homepage | |
| repository | https://github.com/AmbientRun/Ambient |
| max_upload_size | |
| id | 854599 |
| size | 65,887 |
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.