executor 0.0.3

A minimalistic async/await executor for web assembly
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[dependencies.once_cell]
version = "1.2.0"

[dependencies.spin]
version = "0.5.2"

[dependencies.woke]
version = "0.0.2"

[package]
authors = ["Richard Anaya"]
categories = ["wasm", "no-std"]
description = "A minimalistic async/await executor for web assembly"
edition = "2018"
license = "MIT OR Apache-2.0"
name = "executor"
version = "0.0.3"