Closed ArnaudValensi closed 1 year ago
Can you try emscripten 3.1.23 ? I've not tried anything later to be honest.
Yes, this is working. Thanks. Maybe we should add that to the doc?
Would be nice to update emscripten, but you are right. I'll update the docs
Hi,
I’m following the documentation to compile a WebAssembly native library:
https://github.com/dotnet/runtimelab/blob/feature/NativeAOT-LLVM/docs/using-nativeaot/compiling.md#webassembly-native-libraries
I get the following error:
I get the same error when trying to compile a regular executable (with a
main
function).I’m using:
Here is the code of my project (which is the result of following exactly the guide):
https://github.com/ArnaudValensi/net8-wasm-native-library