dotnet / dotnet-wasi-sdk

An SDK for building .NET projects as standalone WASI-compliant modules
MIT License
276 stars 12 forks source link

Pass command line args from wasm to dotnet program. #10

Closed jjrdk closed 1 year ago

jjrdk commented 1 year ago

Add support for passing command line arguments to you WASI application.

This is something that got me stumped when I created my first WASI application. When I read the source I saw that it was a TODO, so I created the PR.

dnfadmin commented 1 year ago

CLA assistant check
All CLA requirements met.

jjrdk commented 1 year ago

Closed by mistake.

DamianReeves commented 1 year ago

Getting this merged would be great.