Hello,
Has anyone successfully used the clang compiler in the wasi-sdk to compile Nim directly to wasm?
I tried this command on Windows 10:
nim c --os:any -d:useMalloc --cc:env .hello.nim
I'm getting "NIM_STATIC_ASSERT(sizeof(NI) == sizeof(void*) && NIM_INTBITS == sizeof(NI)*8, "Pointer size mismatch between Nim and C/C++ backend."
Anything I'm missing here?