executor 0.0.1

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

[dependencies.woke]
version = "0.0.1"

[package]
authors = ["Richard Anaya"]
description = "A minimalistic async/await executor for web assembly"
edition = "2018"
license = "MIT"
name = "executor"
version = "0.0.1"