WasmerSharp icon indicating copy to clipboard operation
WasmerSharp copied to clipboard

System.EntryPointNotFoundException on macOS using WasmerSharp v0.7.0

Open sergeyt opened this issue 4 years ago • 0 comments

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

sergeyt avatar Apr 20 '20 12:04 sergeyt