Hacker News new | ask | show | jobs
by ffhhj 1647 days ago
Nice! Will look for your future tutorials. I was able to create a little js->wasm obfuscation tool with emscripten, but for some reason when I tried to initialize a C array larger than 512 bytes I always get errors. My work around was defining the array of given size and storing the obfuscated binary byte per byte. Wasm files seem to be 4x larger this way. Maybe this time I'll make it directly in webassembly.
1 comments

I'm so grateful for your interest in the upcoming chapters!!. I would love to take a look at your issue related to the array compilation to wasm. Anyways I encourage you to try to directly write it on .wat and compare the results for researching. I will definitely love to see more about this.