SteveSandersonMS / dotnet-wasi-sdk

Packages for building .NET projects as standalone WASI-compliant modules

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

If I would compile my plugins to wasm how would I call the entry point?

furesoft opened this issue · comments

commented

It's a standard wasm entrypoint (_start export) so you should call it using whatever APIs your wasm hosting code provides.

Not sure if you were asking something else - if so please clarify.