bytecodealliance / componentize-dotnet

Tooling for creating WebAssembly components from C#
Apache License 2.0
19 stars 8 forks source link

Remove emscripten dependency #14

Closed jsturtevant closed 3 months ago

jsturtevant commented 3 months ago

fixes #6 by using latest naot compiler package which no longer needs emscripten.

It also uses correct wasi-sdk url for windows: https://github.com/WebAssembly/wasi-sdk/issues/326