CosmWasm/wasmvm

State of Windows support

webmaster128 opened this issue · 1 comments

Windows support was scheduled for the 1.2 upgrade. We made significant progress on it but eventually failed finalizing it due to build system obstacles in Windows builds.

Executing Wasm on Windows in a Rust binary

This section shows that Singlepass world well on Windows now.

Creation of shared library (.dll)

Creation of static library (.lib or .a)

  • Tested static library build (failing due to linker errors)
  • Deside if static builds are worth pursuing (.lib (MSVC toolchain) or .a (GNU toolchain)

No windows support planned for the time being