[HN Gopher] WASM Internals Part 1
       ___________________________________________________________________
        
       WASM Internals Part 1
        
       Author : A_N_T_O_N_I_O
       Score  : 14 points
       Date   : 2021-12-22 18:36 UTC (4 hours ago)
        
 (HTM) web link (a-j.gitbook.io)
 (TXT) w3m dump (a-j.gitbook.io)
        
       | A_N_T_O_N_I_O wrote:
       | Hi everyone!!, today I'm quite excited because I have never
       | posted anything on Hacker News and I have always wanted to give
       | back a little piece of my own apportation to a huge and valuable
       | community as you all are to me.
       | 
       | I hope you like it and I will try to keep improving my writing
       | capabilities and touch on interesting topics.
        
       | ffhhj wrote:
       | 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.
        
         | A_N_T_O_N_I_O wrote:
         | 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.
        
       | lioeters wrote:
       | Thank you for writing the article, it's good introductory
       | material on the topic.
       | 
       | Found a typo: "moudle" -> "module"
       | 
       | https://github.com/antferdom/wasm_playground/blob/f380f675da...
        
         | A_N_T_O_N_I_O wrote:
         | Many thanks for your kind and valuable reply to my first post.
         | I will definitely after having seen the replies keep it up with
         | the series around one post per week!. I want to emphasize the
         | detail and formalism of the content.
         | 
         | AND I have already modified the misspelling. Thank you as well
         | for that one, as it also means that you read it haha.
        
       ___________________________________________________________________
       (page generated 2021-12-22 23:02 UTC)