dispatchrun / timecraft

The WebAssembly Time Machine

Home Page:https://docs.timecraft.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[STE-106] Support execution exported functions

Pryz opened this issue · comments

We need the ability to execute guest exported functions. The current workaround to this is to have a "function" router in the _start function, which is very annoying.

STE-106