wasmer-go
wasmer-go copied to clipboard
Windows support?
Uncertain whether to label this issue a bug report or an enhancement.
I tried to make go-ext-wasm work in Windows by manually copying the 0.7.0 wasmer_runtime_c_api.dll to github.com\wasmerio\go-ext-wasm\wasmer.
Yet on seeking to run the example I receive Process finished with exit code -1073741515 (0xC0000135)
Is it possible to get go-ext-wasm running in Windows somehow? Or does the go extension currently not support Windows yet?
Thanks! It seems like from the README that we may not support this on Windows yet -- once we do, we'll add it to our CI to make sure our installation instructions work on Windows too.
I don't have context on the go extension at all right now. I have no idea if this is easy or hard to fix, perhaps it's something I can look into once I get the highest priority items off my todo list. In the meantime, you're welcome to take a crack at fixing it if you'd like. If you have context on Go on Windows, then you're more qualified to fix this than me!
Hey,
We are migrating our CI to Azure, so that we can start testing on Windows.
@MarkMcCaskey Hey any luck getting it to work on Windows? I've been postponing my project since like last year. It would really mean a lot if this got fixed/added. Thanks.
We will resume this work.