JavaScriptRegenerated / yieldmachine

Components for State Machines, using Generator Functions
https://regenerated.dev/yieldmachine
MIT License
33 stars 0 forks source link

Add orchestration of Wasm instances #37

Open RoyalIcing opened 1 year ago

RoyalIcing commented 1 year ago

Instead of context we have WebAssembly.Memory

Instead of props we have imports.

Instead of "current state" we have exports.

Perhaps multiple wasm instances (or other state machines) can be synced by replicating input events.

https://twitter.com/kettlecorn/status/1614141123231891458