Camille Brugel
Camille Brugel
Having support for 32 bit floating-point arithmetic would be great. :-)
I had an old fork such that the history might not be so clean and *it includes some small unrelated changes*. Let me know if this is important to you...
Hello, I have a leak in my tests and I believe it is because the field memoryExportName isn't freed in the m3_FreeModule function: ==165799== 7 bytes in 1 blocks are...
Hello, Still working on my compiler I was emitting relocations in arbitrary offset order and got the error using `wasm-ld`. I think it should be mentioned in Linking.md. I will...
Hello, I am writing a wasm backend for my compiler and I was planning to output relocatable wasm modules. In the [Linking.md](https://github.com/WebAssembly/tool-conventions/blob/main/Linking.md) document, there is no mention of `dataidx` and...