2 unstable releases
0.7.0 | Oct 25, 2022 |
---|---|
0.6.0 | Jul 5, 2022 |
#403 in WebAssembly
51 downloads per month
Used in 5 crates
18KB
448 lines
FlArch
The Fledger Arch module holds common methods that are used by libc and wasm implementation. The following methods / structures are available:
DataStorage
allows to store key/value pairs in a file / localStoragetasks::*
various useful tools:now() -> i64
- returns the current timestamp in milliseconds as i64spawn_local<F: Future<Output = ()> + 'static>(f: F)
- spawns a future locallywait_ms(ms: u32)
- async wait in millisecondsinterval(dur: Duration)
- creates a stream that will send the expected time of resolution everydur
Interval
- a stream created byinterval
By default the crate compiles for libc
.
Features
wasm
compiles for the wasm targetnode
compiles for the node target
Dependencies
~6–13MB
~231K SLoC