WASM I/O
WASM I/O
  • 69
  • 284 464
Multi-Platform Libraries With Swift for WebAssembly by Max Desiatov @ Wasm I/O 2024
Wasm I/O 2024 - Barcelona, 14-15 March
WebAssembly support in Swift started as a community project and over the years evolved into an ecosystem of libraries and developer tools. The talk showcases features of Swift, including its ability to seamlessly interoperate with C and C++ libraries, all supported by the WebAssembly toolchain.
I’ll demo capabilities of Swift, directly calling into a lower level C++ library, using programmatic electronic music composition as an example. When compiled to Wasm, it can run in the browser or on the edge as well as natively on macOS, Linux, and Windows, with little changes to library code.
zhlédnutí: 1 575

Video

Capabilities all the way down - an OS for WASM by Sid Hussmann @ Wasm I/O 2024
zhlédnutí 909Před 21 dnem
Wasm I/O 2024 - Barcelona, 14-15 March Slides: 2024.wasmio.tech/slides/capabilities-all-the-way-down-an-os-for-wasm-wasmio24.pdf WASI has two powerful security principles: Strong isolation and control over dependencies using capability-based security. In my talk, I demonstrate how to build resilient systems with this approach and reduce the overall attack surface by over 99%. - In my talk, I pr...
Design Systems in Wasm: One year on the bumpy road to the component model by P. Dureau / J. Valverde
zhlédnutí 1KPřed 21 dnem
Wasm I/O 2024 - Barcelona, 14-15 March Speakers: Pierre Dureau / Jean Valverde Slides: 2024.wasmio.tech/slides/design-systems-in-wasm-one-year-on-the-bumpy-road-to-the-component-model-wasmio24.pdf We used WebAssembly to package web Design Systems that run on any platform, language, or framework. To have a single build for server side and browser side rendering, we moved to the upcoming preview2...
Building next generation of stream computation engine using Component Model by Sehyo Chang @ Wasm IO
zhlédnutí 753Před 28 dny
Wasm I/O 2024 - Barcelona, 14-15 March Slides: 2024.wasmio.tech/slides/building-next-generation-of-stream-computation-engine-using-component-model-wasmio24.pdf Join us for an insightful journey into revolutionizing stateful stream processing engines! In this talk, we’ll unveil how we harnessed the power of the WebAssembly (WASM) Component model to pave the way for the next generation of stream ...
WANIX: A WebAssembly Operating and Development Environment by Jeff Lindsay & Julian Del Signore
zhlédnutí 2,9KPřed měsícem
Wasm I/O 2024 / 14-15 March 2024 WANIX takes WebAssembly to the next level. Edit, compile, and run WebAssembly from a WebAssembly UNIX-like environment entirely in the browser. Written in and using Go as a runtime, WANIX draws from Genera and Plan9 to provide a local-first operating and development environment of the future. - This is the story of a WebAssembly native operating system and integ...
Everything about media files in WASM: fonts, images, audios all in rust by Dmitriy Kovalenko
zhlédnutí 1KPřed měsícem
Wasm I/O 2024 / 14-15 March, Barcelona Slides: www.icloud.com/iclouddrive/0b6grdvMmw5F0n5PKUXIzB2Iw#Wasm I made fframes. Fun fact: our fully featured video editor including media files loads faster than today’s SPAs. And we are doing A LOT of media processing: parsing font files for custom text shaping, decoding images, processing audios for visualization via fft, and many more. All of this in ...
Chicory: Creating a Language-Native Wasm Runtime by Benjamin Eckel / Andrea Peruffo @ Wasm I/O 2024
zhlédnutí 660Před měsícem
Wasm I/O 2024 / 14-15 March, Barcelona Slides: andreaperuffo.com/chicory-wasmio-deck/ Repo: github.com/dylibso/chicory This talk will outline how and why we created Chicory: a JVM native Wasm runtime. You should walk away with an understanding of what it takes to create a language-native runtime and why you might want to create one for your own language. - There are a number of mature Wasm runt...
elfconv: AOT compiler that translates Linux/AArch64 ELF binary to WebAssembly by Masashi Yoshimura
zhlédnutí 433Před měsícem
Wasm I/O 2024 / 14-15 March, Barcelona Slides: 2024.wasmio.tech/slides/elfconv-aot-compiler-that-translates-linuxaarch64-elf-binary-to-webassembly-wasmio24.pdf Repo: github.com/yomaytk/elfconv WebAssembly (WASM) enables us to use sandbox environments on edge devices and servers as well as browsers so that we can distribute platform-independent and secure applications. Previously, we could compi...
Sustainability with WASM? - faster, greener computing [Panel] @ Wasm I/O 2024
zhlédnutí 159Před měsícem
Wasm I/O 2024 / 14-15 March, Barcelona Panelists: Shivay Lamba / Saiyam Pathak / Saloni Narang / Danielle Lancashire Wasm enables greener computing through efficient architecture and virtualization. Our panel shares insights and best practices for using Wasm to reduce carbon footprint across AI, containers, and more. Join us to learn how Wasm optimizes performance and resources for sustainable ...
Mind the Gap Between the Wasm Future and the Present by Taylor Thomas @ Wasm I/O 2024
zhlédnutí 1,3KPřed měsícem
Wasm I/O 2024 / 14-15 March, Barcelona Learn how to make the future work seamlessly with the present! This demo-heavy talk, led by experts, will show the pros and cons of the different options for integrating Wasm with current platforms like Kubernetes. You’ll leave with a clear idea of how to use Wasm in real situations today. - WebAssembly is a cool idea, but what does it look like to run it ...
Create cloud native agents and extensions for LLMs by Vivian Hu & Michael Yuan @ Wasm I/O 2024
zhlédnutí 262Před měsícem
Wasm I/O 2024 / 14-15 March, Barcelona Slides: 2024.wasmio.tech/slides/create-cloud-native-agents-and-extensions-for-llms-wasmio24.pdf There is an enormous interest from the ecosystem to build LLM applications. But it is not yet clear the best practices to build those applications in cloud native environments. We will be presenting lessons learnt from real world use cases. - LLMs like ChatGPT a...
Understanding Wasm: How We Got Here by Chris Dickinson @ Wasm I/O 2024
zhlédnutí 1,6KPřed měsícem
Wasm I/O 2024 / 14-15 March, Barcelona Slides: www.neversaw.us/slides-no-notes.pdf Let’s put Wasm and the problems it solves into historical context: what are we trying to solve, and for whom? What has been tried before? What makes this effort more likely to succeed? We’ll examine the history of virtual machines, operating systems, & hypervisors from the 1960s through the 2010s. - Have you ever...
The Smallest Thing That Could Possibly Work: WASM on Microcontrollers With TinyGo by Ron Evans
zhlédnutí 802Před měsícem
Wasm I/O 2024 / 14-15 March, Barcelona Slides: deadprogram.github.io/wasmio-2024/#/ Repo: github.com/deadprogram/wasmio-2024 In an action-packed session filled with live demos, I will explain the why and how of running WASM code on the smallest of processors: the microcontroller. Using TinyGo and other open source software, this session will show how WebAssembly can be used to do useful things ...
Flutter, Dart, and WASM: Shipping a new model for Web applications by Kevin Moore @ Wasm I/O 2024
zhlédnutí 11KPřed měsícem
Wasm I/O 2024 / 14-15 March, Barcelona Slides: goo.gle/flutter-wasm-io-2024 Now that garbage collection is a standard feature in the WebAssembly runtimes in Chromium-based browsers and Firefox, there is an opportunity for a wide variety of existing GC-languages to target Wasm. Learn how the Dart and Flutter teams and Google worked to add support for this new language to our existing web support...
The Wasm-Scape Navigator: Sorting Through the Mosaic of Specs by Edoardo Vacchi @ Wasm I/O 2024
zhlédnutí 331Před měsícem
Wasm I/O 2024 / 14-15 March, Barcelona Slides: speakerdeck.com/evacchi/o-2024-the-wasm-scape-navigator-sorting-through-the-mosaic-of-specs What are the challenges of following the development of the growing WebAssembly ecosystem as a toolchain and runtime maintainer? How do we address hard issues such as backward compatibility? How and how much should we care? - As an early adopter, the WebAsse...
Wasm can do that!? by Daniel Lopez @ Wasm I/O 2024
zhlédnutí 1,7KPřed měsícem
Wasm can do that!? by Daniel Lopez @ Wasm I/O 2024
Accelerating ML Inferencing with WebAssembly & Spin 2.0 by Radu Matei & Saiyam Pathak @ Wasm I/O 24
zhlédnutí 782Před měsícem
Accelerating ML Inferencing with WebAssembly & Spin 2.0 by Radu Matei & Saiyam Pathak @ Wasm I/O 24
Empowering Go with WebAssembly System Interface (WASI) Unleashed by Rajiv Singh / Achille Roussel
zhlédnutí 732Před měsícem
Empowering Go with WebAssembly System Interface (WASI) Unleashed by Rajiv Singh / Achille Roussel
Kotlin/Wasm - Compile Once Run Everywhere by Zalim Bashorov @ Wasm I/O 2024
zhlédnutí 1,5KPřed měsícem
Kotlin/Wasm - Compile Once Run Everywhere by Zalim Bashorov @ Wasm I/O 2024
WebAssembly at the Core of the MultiversX Blockchain by Robert Sasu @ Wasm I/O 2024
zhlédnutí 497Před měsícem
WebAssembly at the Core of the MultiversX Blockchain by Robert Sasu @ Wasm I/O 2024
Computer Vision at the Edge with WebAssembly by Miguel Ángel Cabrera & Angel De Miguel @ Wasm I/O 24
zhlédnutí 538Před měsícem
Computer Vision at the Edge with WebAssembly by Miguel Ángel Cabrera & Angel De Miguel @ Wasm I/O 24
Chicory: Creating a Language-Native Wasm Runtime by Benjamin Eckel & Andrea Peruffo @ Wasm I/O 2024
zhlédnutí 708Před měsícem
Chicory: Creating a Language-Native Wasm Runtime by Benjamin Eckel & Andrea Peruffo @ Wasm I/O 2024
Paint by Numbers: High Performance Drawing in Wasm by Sean Isom @ Wasm I/O 2024
zhlédnutí 3,8KPřed měsícem
Paint by Numbers: High Performance Drawing in Wasm by Sean Isom @ Wasm I/O 2024
WebAssembly Component Model: What? How? And why you should not ignore it! by Thorsten Hans @ Wasm IO
zhlédnutí 1,6KPřed měsícem
WebAssembly Component Model: What? How? And why you should not ignore it! by Thorsten Hans @ Wasm IO
Running JS via Wasm faster with JIT by Dmitry Bezhetskov @ Wasm I/O 2024
zhlédnutí 594Před měsícem
Running JS via Wasm faster with JIT by Dmitry Bezhetskov @ Wasm I/O 2024
Building Durable Microservices with WebAssembly by John A. De Goes @ Wasm I/O 2024
zhlédnutí 3,4KPřed měsícem
Building Durable Microservices with WebAssembly by John A. De Goes @ Wasm I/O 2024
Nobody Knows the Trouble I've Seen: Debugging Wasm for web and server by N. Venditto & R. Squillace
zhlédnutí 545Před měsícem
Nobody Knows the Trouble I've Seen: Debugging Wasm for web and server by N. Venditto & R. Squillace
Extism 1.0, your framework to build with WebAssembly by Steve Manuel @ Wasm I/O 2024
zhlédnutí 1,6KPřed měsícem
Extism 1.0, your framework to build with WebAssembly by Steve Manuel @ Wasm I/O 2024
Programmable Embedded Vision Sensors by Dan Mihai Dumitriu @ Wasm I/O 2024
zhlédnutí 291Před měsícem
Programmable Embedded Vision Sensors by Dan Mihai Dumitriu @ Wasm I/O 2024
WebAssembly at Google by Thomas Steiner & Thomas Nattestadt @ Wasm I/O 2024
zhlédnutí 3,2KPřed měsícem
WebAssembly at Google by Thomas Steiner & Thomas Nattestadt @ Wasm I/O 2024

Komentáře

  • @bronifty598
    @bronifty598 Před 3 dny

    next time give each person a mic

  • @alphonsokirk8340
    @alphonsokirk8340 Před 5 dny

    Promo-SM

  • @jeeva3984
    @jeeva3984 Před 9 dny

    Java write once, Debug everywhere

  • @kevinl.9657
    @kevinl.9657 Před 11 dny

    I have my jaw drop when you demo-ed the excel one. Damn!

  • @natekryn9840
    @natekryn9840 Před 14 dny

    This guy sounds like one of those smart, dumb people, who's also 40 years old. Do you want to build something. Can I say that? Can you.

  • @wayluke
    @wayluke Před 16 dny

    Mayby more code or demo to show me the improve or fution, such as kotlin in web how to use with react, you know that even rust wasm provide the react and yum to build web app.

  • @Alex-bc3xe
    @Alex-bc3xe Před 18 dny

    I am sorry but Flutter makes no sense in the web why use something else when JavaScript is the web standard Flutter is great for mobile that s it

    • @jhonacode
      @jhonacode Před 13 dny

      Why use React for mobile if native is standard?. Why use Kotlin if C++ is more fast?. Why use C++ if assembly is more fast. Why use assembly if binary is the natural machine language?.

    • @tomjones8293
      @tomjones8293 Před 8 dny

      want SEO for your website written in Flutter ?? forget about it. only you mother can find your site written in flutter hope this helps

  • @vegidio
    @vegidio Před 20 dny

    what a terrible presentation

  • @ajitsinghyadav1725
    @ajitsinghyadav1725 Před 21 dnem

    Google is that hard to have SEO friendly web/website app in Flutter 😢

  • @AMar4enko
    @AMar4enko Před 21 dnem

    Every single time I hear Flutter pitch speech stuffed with benchmarks putting Flutter in a spotlight, I swear, every single time I immediately follow one of the example app links and end up with a janky app with terrible UX. Oh, let me try this text input field - keyboard appears and app yeets you to another dimension and text input is nowhere to be seen. I'm talking about Material 3 app mentioned on the slides. I love Dart lang, I'd really love using it for web development, but this whole "Flutter for web" narrative is just one big lie.

  • @wayluke
    @wayluke Před 22 dny

    Is this tool/plugin still in test? I don't how to debug wasm with js in an full process like you show in the video.

  • @joseluisvazquez5126
    @joseluisvazquez5126 Před 22 dny

    Too much magic going on here. I wonder how does recovery actually works, specially for time sensitive workloads or random internal inputs: - Your WASM program dies, so it needs to be resurrected on another node. - How many events need to be replayed on the cloned WASM program to get to the state the program was when it crashed? - How long does it all take? - What happens if the program was running for days, months or years before crashing? won't you have a long down time until it resumes somewhere else? - What if the running state of the crashed program involved calculations using time or random data (auto generated keys) as sources and those did not interact with the host, but were only internal to the WASM program memory? is the WASM running memory being replicated or snapshoted? that seems expensive BTW. Very interesting how that could be done thought. I do not think the app running on Golem can be completely oblivious to the constraints the platform imposes: apps that might reply differently to the same inputs depending on randomly generated data or the wall clock will not be reproducible, so they should be negated those somehow, or they should asume reality does not really exist for them... If the platform is going to intercept random source generator interactions or private key generation to replay and fake it later, that is a security issue, for instance. You cannot fully isolate apps from reality. And in reality, shit happens. Another thing, you are NOT deleting databases, you are just hidding them from app developers. Databases will be used to store the events that will have to be replayed as needed. Same goes for Kubernetes or network serialization, that will still exist in a way or another on the Golem platform level. or below It might be a good simplification and might reduce duplication and increase overall productivity, but someone will still have to write and maintain databases, schedulers and network serializations.

  • @epicbullrun8003
    @epicbullrun8003 Před 22 dny

    Great work, it was quite interesting-EGLD is the future.🚀

  • @JH-pe3ro
    @JH-pe3ro Před 24 dny

    That's....really boring! It's just another iteration of "the thing we could already do, but in the browser." Jeff even says, "there are no VMs", and then has to clarify, "just WASM"(a VM). Then they share the screens and do the CRDT thing and he goes, "it's like we both SSH'd into a shared server, except there's no server!" But there IS a server - it's the one that's exposed by the service worker! Huh, yeah, it's almost as if we should go back and fix the UX around the actual OS instead of doing whatever this is.

  • @rhadamesmoura6124
    @rhadamesmoura6124 Před 24 dny

    Great!

  • @msSinceEpoch-se2ty
    @msSinceEpoch-se2ty Před 25 dny

    Awesome

  • @babisp.o.l.newhumans1858

    Great explanation and enormous work behind it, congratulations to the entire MultiversX team. 💯🤝👏👏👏👏 It's time to build.

  • @leonardorignanese5902

    is SEO gonna be totally ignored now?

    • @hamm8934
      @hamm8934 Před 26 dny

      Why would you need seo for a web app? Web app =/= website

    • @ajitsinghyadav1725
      @ajitsinghyadav1725 Před 21 dnem

      People want one solution so that one app is created in Flutter and can be used as a Website SEO, mobile app etc..

  • @krtirtho
    @krtirtho Před 28 dny

    "Super easy, barely an incovenience" ~ Ryan Goerge I see what u did there. Btw, the speech was tight.

    • @kevmoo
      @kevmoo Před 25 dny

      🫵🫵🫵😂

  • @Beryesa.
    @Beryesa. Před 29 dny

    Not WAOS :( xP

  • @guiaflutterflow
    @guiaflutterflow Před 29 dny

    The dream is getting closer and closer to being realized. #flutter #web

  • @vonzo55
    @vonzo55 Před 29 dny

    Guys, please reduce the volume of the intro! Otherwise cool presentation, thanks!

  • @ibgib
    @ibgib Před 29 dny

    Closures closures closures. Please resolve issue 798 in AssemblyScript! Everything else seems very exciting, but it's completely useless without closures because rewrites from JS/TS are too unwieldy without this ubiquitous core feature.

  • @JasonStillwell
    @JasonStillwell Před 29 dny

    Fuckin hell.

  • @zeevkotzer549
    @zeevkotzer549 Před 29 dny

    Really cool BUT if you are starting from scratch and want to take inspiration from stuff like smalltalk, why not listen to Alen Kay and not try to repeat the same 50 years old Unix design?

    • @progrium
      @progrium Před 27 dny

      Thanks! Yes, there is plenty we could leave behind. However, I've noticed that without grounding in something familiar, you can make something too "out there" to be practical/compatible/understandable. Also, instead of Unix/Linux, I'm pulling more from Plan 9, which had great refinements of Unix ideas that have not totally made their way outside of that research context. I think the real trick, though, is taking this familiar paradigm and pushing into being something that is actually totally new without you realizing. We'll see how it plays out. Hope you'll be following along!

  • @chris_kouts
    @chris_kouts Před 29 dny

    This is next level

  • @spotandjake1008
    @spotandjake1008 Před 29 dny

    This is really cool stuff. I am having a tiny bit of trouble seeing the use case but I think thats just because its early. The tech here though is epic.

  • @user-eg6nq7qt8c
    @user-eg6nq7qt8c Před 29 dny

    awesome. Mozart's Ghost! The hottest band on the internet!

  • @Antonio-yy2ec
    @Antonio-yy2ec Před 29 dny

    Cool presentation!

  • @StevenAkinyemi
    @StevenAkinyemi Před měsícem

    Supporting WASI would be rad

    • @progrium
      @progrium Před 27 dny

      Agreed! It's on the roadmap. The tricky bit is that the current version of WASI is synchronous, so the only way to integrate it with WANIX or anything that isn't running in the same worker is to use SharedArrayBuffer, which adds complexity and extra security constraints. That said I have a prototype of the mechanisms needed, so it's possible even before WASI 0.3 (I think) introduces async. Would love people with motivated use cases to help us prioritize it though.

  • @croopercrat
    @croopercrat Před měsícem

    Pretty rad!

  • @abharti
    @abharti Před měsícem

    Can we get the slides?

  • @zackgreinke2382
    @zackgreinke2382 Před měsícem

    I love wasm

  • @zackgreinke2382
    @zackgreinke2382 Před měsícem

    IT'S awesome

  • @mehmetedex
    @mehmetedex Před měsícem

    this is a treat

  • @meyou118
    @meyou118 Před měsícem

    you mean BEAM + Erlang?

  • @TekExplorer
    @TekExplorer Před měsícem

    now if only we can do this in dart/flutter more relevant, how might one create a plugin system for a php app? that is, i'd like to have the same level of extensibility as just... adding php files

    • @nilslice
      @nilslice Před 25 dny

      Extism supports embedding plugins in PHP apps today! If you'd like to write the plugins in PHP, we would need to support a PHP "PDK", which is interesting, and would be open to it!

  • @denismetelin
    @denismetelin Před měsícem

    Thanks for the presentation! I’ve requested access on Discord.

  • @knolljo
    @knolljo Před měsícem

    Looks like a cool project! tempted to try it out, maybe with a neovim plugin

  • @JT-mr3db
    @JT-mr3db Před měsícem

    This was a great talk but honestly thought I was on 2x speed.

  • @rahulspoudel
    @rahulspoudel Před měsícem

    Very informative history talk by a wonderful speaker. Thank you for this.

  • @abharti
    @abharti Před měsícem

    🙇

  • @chaitanyadamarsingu9925
    @chaitanyadamarsingu9925 Před měsícem

    Wanted a real-time comparison of the renderers rather than just slides team... Flutter

    • @kevmoo
      @kevmoo Před měsícem

      Real time is tricky running both samples at the same time. We'll have a better demo...in my next talk!

    • @chaitanyadamarasingu979
      @chaitanyadamarasingu979 Před měsícem

      @@kevmoo OMG i got a response. 🥰🥰🥰🥰🥰 probaly using two laptops of same config running same project with different renderers Thanks Man🤗🤗🤗🤗 I'm a flutter Developer from India

    • @chaitanyadamarasingu979
      @chaitanyadamarasingu979 Před měsícem

      @@kevmoo Actual we can run two different renderers within VS CODE two instance of chrome Big Fan pf your work and FLUTTER💌

    • @zzzyyyxxx
      @zzzyyyxxx Před 28 dny

      ​@@kevmoowhere/when is your next talk, Google IO?

    • @kevmoo
      @kevmoo Před 28 dny

      @@zzzyyyxxx that's the plan!

  • @chaitanyadamarsingu9925
    @chaitanyadamarsingu9925 Před měsícem

    M1 pro na forget do 60 fps on a mobile device Team Svelte . React are alrteady doing this since origin

  • @chaitanyadamarsingu9925
    @chaitanyadamarsingu9925 Před měsícem

    If not html renderer forget about mid-range mobile devices from opening flutter web app

    • @_____case
      @_____case Před měsícem

      Wouldn't the CanvasKit implementations consume fewer resources? 🤔

  • @chaitanyadamarsingu9925
    @chaitanyadamarsingu9925 Před měsícem

    Make the build lite scrolling easy for low-end devices just over power the react , svelte in performance prevent from browser from chagning the colours make WASM use less memory @ he is evolved now Superlist has no support for web yet

  • @chaitanyadamarasingu979
    @chaitanyadamarasingu979 Před měsícem

    there is no WEB APP for Superlist i guess

    • @kevmoo
      @kevmoo Před měsícem

      There absolutely is!

  • @chaitanyadamarasingu979
    @chaitanyadamarasingu979 Před měsícem

    WE wanted performance over WEB and over power react js

  • @chaitanyadamarasingu979
    @chaitanyadamarasingu979 Před měsícem

    Waiting for this since an Year. He is evloved now like a Pokemon