Camille Brugel

Results 3 comments of Camille Brugel

Thanks for your quick response. The issue I see with fixed point representation, is that you have to keep track of the scaling factor when you divide or multiply. I...

![wasm3_leak](https://github.com/wasm3/wasm3/assets/3054518/5fb69a06-dec3-4de6-b693-0d7a7f9abbf8) This is indeed the leak, m3_Free (i_module->table0ExportName) is missing as well in m3_FreeModule.

No it is probably sufficient for my language (it is sufficient for C++ after all ^^). I implemented the complete basic spec to generate non relocatable modules and was wondering...