Registry / async / oc-wasm-futures

oc-wasm-futures

JSON →
library0.12.1rscratesunverified

Provides futures enabling async/await usage in OC-Wasm for ergonomic asynchronous programming.

# Cargo.toml [dependencies] oc-wasm-futures = "0.12.1"
INSTALL
IMPORT
SIG · OC-WASM-FUTURES
O
oc-wasm-futures
asyncrustv0.12.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

FutureExt
use oc_wasm_futures::FutureExt;

Use async/await with OC-Wasm futures.

use oc_wasm_futures::FutureExt; async fn example() { let result = async { 42 }.await; println!("{}", result); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.12.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
33 hits · last 30 days
node
30
Amazon
1
OpenAI (training)
1
Resources
oc-wasm-futures — cargo add oc-wasm-futures · libregistry