WebAssembly with C || Emscripten Tutorial : From "Hello World" to Module Instantiation

Поделиться
HTML-код
  • Опубликовано: 23 авг 2024

Комментарии • 3

  • @cbbcbb6803
    @cbbcbb6803 7 месяцев назад

    I was looking for something like this. Thanks.

  • @muradtaqvi1893
    @muradtaqvi1893 3 месяца назад

    Where is Hello Word?

    • @howdevyou
      @howdevyou  3 месяца назад

      At the 7:34 mark, I demonstrated how to compile C code into WebAssembly and run the resulting JavaScript with Node.js to display "Hello, World", but I didn't specifically instantiate the WebAssembly module for the "Hello, World" example. However, I did show the process of module instantiation in the "add numbers" example later in the video