Applied WebAssembly: Compiling and Running C++ in Your Web Browser - Ben Smith - CppCon 2019

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

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

  • @definty
    @definty 3 года назад +50

    14:10 starts

    • @jonathan_cline
      @jonathan_cline 3 года назад +8

      Thank you lol, starting rolling my eyes after a bit there

    • @Arcsecant
      @Arcsecant 3 года назад

      Second

    • @ciCCapROSTi
      @ciCCapROSTi Год назад

      thanks, that talk about diversity was turbocringe.

  • @jaysistar2711
    @jaysistar2711 4 года назад +21

    I use WASM for quite a bit, now. I'd like to see more presentations on it, especially when it comes to plugins and extensions.

  •  Год назад +1

    We actually use wasm-clang to provide an in-browser execution tool of short C snippets in our university's introductory C course :) So thanks for that!

  • @TheOnlyAndreySotnikov
    @TheOnlyAndreySotnikov 2 года назад +8

    I am curious how good C++ engineers survive in Google. I hate Google C++ Style Guidelines and their linter. And, Bazel...

  • @ladislavdobrovsky8826
    @ladislavdobrovsky8826 4 года назад +6

    seen this 3rd time now, still awesome talk

  • @dadisuperman3472
    @dadisuperman3472 Месяц назад

    I don't know why they are reinventing the wheel... LLVM IR is already a form of WASM... and the browser could be just an LLVM compiler....augment with some browser API and some sand boxing

  • @TheOnlyAndreySotnikov
    @TheOnlyAndreySotnikov 2 года назад +21

    Gosh, this guy loves talking about himself. You can skip the first 14 minutes.

  • @mmocny
    @mmocny 5 лет назад +10

    Great Talk!

  • @sucim
    @sucim 6 месяцев назад

    Sadly this is not maintained. Would be great to have clang/llvm as a package, there are so many possible things people could do with this, but the maintainer would need to be no less of a C++/low-level coding wizard like this guy