WebAssembly / wasm-c-api

Wasm C API prototype
Apache License 2.0
534 stars 77 forks source link

Support MinGW #182

Closed ashtonmeuser closed 1 year ago

ashtonmeuser commented 1 year ago

Compiling using MinGW requires .a library not .dll. Also see https://github.com/wasmerio/wasmer/pull/3849.