migueldeicaza / WasmerSharp

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

Erro run DesktopSample #3

Closed alexsandro-xpt closed 5 years ago

alexsandro-xpt commented 5 years ago

I'm test this project but I can't run it, I got

System.ArgumentException: 'The specified Type must not be a generic type definition.
Parameter name: delegate'

at https://github.com/migueldeicaza/WasmerSharp/blob/5b8edae710d312c964db09c7ac50e6215f5dd4b1/WasmerSharp/Wasmer.cs#L1024-L1026

image

There are some things I should do?

migueldeicaza commented 5 years ago

I fixed that, it really is a shame that .NET does not support this (but Mono does).