WasmerSharp
WasmerSharp copied to clipboard
System.EntryPointNotFoundException on macOS using WasmerSharp v0.7.0
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:
- macOS 10.15
- dotnet core 3.1.3