You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We're currently using Wasmer as a library using singlepass (master at 5937b37) and experience errors on Windows that do not occur on Linux/Mac in the same setup.
I see, thank you. What do you think about panicking with a helpful message when instantiating Singlepass on Windows? This could avoid some debugging and support time on both sides.
Describe the bug
We're currently using Wasmer as a library using singlepass (master at 5937b37) and experience errors on Windows that do not occur on Linux/Mac in the same setup.
Steps to reproduce
cd contracts/hackatom && cargo wasm && cargo integration-test
or simply look into the GitHub Actions job "Contract Development / Windows (pull_request)"
Expected behavior
Tests pass (as they do on Linux and Mac)
Actual behavior
All tests fail with an error message very similar to the one above.
Additional context
The newly identified problems were detected by adding Windows CI testing to our migration PR.
The text was updated successfully, but these errors were encountered: