WASM: The safety of C, the ergonomics of JS

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

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

  • @sphaerophoria
    @sphaerophoria  3 месяца назад +6

    26:00 I realized this morning that you could dodge the double allocation if you allocated a struct that followed the semantics of a variable sized C structure. E.g.
    struct{
    usize len;
    u8 data[0]
    }

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

    debugging section was a masterclass. you debug the code > debug log > debug logwasm > find out safetyness issue
    awesome

  • @Im_Ninooo
    @Im_Ninooo 3 месяца назад +6

    safety of C? uh-oh!

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

    Please zoom more at the coding, in some screens like a cellphone is really hard to see it