suborbital / reactr

Function scheduler for Go & WebAssembly
Apache License 2.0
289 stars 28 forks source link

Reactr should complain for missing runnable exports #247

Open flaki opened 2 years ago

flaki commented 2 years ago

Reactr should complain when passing it runnables without the necessary exports (run_e or an exported memory). Currently this results in a rather obscure segfault.