migueldeicaza / WasmerSharp

.NET Bindings for the Wasmer Runtime
MIT License
319 stars 24 forks source link

Exceptions on errors #25

Open johanhelsing opened 2 years ago

johanhelsing commented 2 years ago

It's a bit confusing to have an instance property getter clear static state. Change the name and signature to better reflect what it does.

Also changes some of the methods to throw instead of returning null.