Cloud Native WASM: What's All the Hype?

Поделиться
HTML-код
  • Опубликовано: 25 авг 2024
  • Get ready to dive into the wild and wonderful world of Cloud Native WebAssembly (WASM) with Docker Captains Nigel Poulton and Bret Fisher!
    These experienced professionals will take you on a journey through the history of WASM and how it was originally developed to improve the performance of web apps. But WASM's powers don't stop there. It's now being used on cloud platforms and is the go-to solution for creating super fast web apps. Plus, you'll learn about all the different languages that can be transformed into WASM binaries and how WASM can run apps on a server like a boss. Don't miss out on this action-packed talk on the hype-worthy capabilities of WASM!
    More info on wasmtime: dockr.ly/3WmfuPD
    More information on runwasi: dockr.ly/3htBHwb
    Containers and WASM diagram: dockr.ly/3VZTXMA
    Learn more about Docker + WASM: dockr.ly/3FqIfDM
    --
    Join the conversation!
    • LinkedIn → dockr.ly/LinkedIn
    • Twitter → dockr.ly/Twitter
    • Facebook → dockr.ly/Facebook
    • Instagram → dockr.ly/Insta...

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

  • @LeeZhenYong
    @LeeZhenYong Год назад +1

    ISA agnostic, smaller binaries, faster boot times. That’s impressive tech!

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

    My doubt is how this Docker containerd will provide the database, networking and usual capabilities in the wasm runtime? Since wasm components don't have those capabilities by their own, needs to be provided by the wasm host

  • @imranhossain3504
    @imranhossain3504 11 месяцев назад

    With you

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

    awesome talk

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

    2:45 “WOOOA - tell you what, I’d like to build some cloud platforms that has got some of THAT goodness in it!” 😂

  • @pertsevds
    @pertsevds 9 месяцев назад +1

    Another Java?

  • @user-jj5mi1yl6p
    @user-jj5mi1yl6p Год назад +2

    Sorry but WASM didn't made web application faster.

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

      Depends on your use case. If your app is just a traditional SPA with just a bunch or API calls and regular displaying tables and forms etc. then it won't be. But if you have an application that requires a lot of client side calculations or rendering such as a game or even an app such as Figma (they use web assembly) it definitely improves your speed.
      So it depends on the use case but yes generally it will not make the web much faster.