SteveSandersonMS / dotnet-wasi-sdk

Packages for building .NET projects as standalone WASI-compliant modules
518 stars 36 forks source link

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

Closed furesoft closed 2 years ago

SteveSandersonMS commented 2 years ago

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.