Crate wasm_agnostic

source ·
Expand description

Wasm-Agnostic is a helpful crate for users who want to write async runtime-agnostic crate which can be built to wasm target. Note: This crate cannot be compiled by cargo, you need to use cargo wasix. For more details, please see https://wasix.org/docs.

Modules

  • Traits for IO
  • Tokio runtime adapter powered by wasix and tokio

Traits