explodingcamera / tinywasm

A tiny, interpreted WebAssembly Runtime written in Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Async / Resume

explodingcamera opened this issue · comments

To enable time slice multitasking, as the original goal of tinywasm was supporting that to serve as a base for a toy kernel I was working on.