WASM: The safety of C, the ergonomics of JS

แชร์
ฝัง
  • เผยแพร่เมื่อ 1 ต.ค. 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]
    }

  • @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

  • @CrashLaker
    @CrashLaker 3 หลายเดือนก่อน

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