migueldeicaza / WasmerSharp

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

System.EntryPointNotFoundException on macOS using WasmerSharp v0.7.0 #10

Open sergeyt opened 4 years ago

sergeyt commented 4 years ago

I've got this error when trying make a call:

System.EntryPointNotFoundException : Unable to find an entry point named 'wasmer_instance_context_get' in shared library 'wasmer_runtime_c_api'.
   at WasmerSharp.Instance.wasmer_instance_context_get(IntPtr handle)
   at WasmerSharp.Instance.get_Context()
   ...

My environment: