WASM I/O
WASM I/O
  • 69
  • 304 454
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.
มุมมอง: 2 577

วีดีโอ

Capabilities all the way down - an OS for WASM by Sid Hussmann @ Wasm I/O 2024
มุมมอง 1.1K3 หลายเดือนก่อน
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
มุมมอง 1.3K3 หลายเดือนก่อน
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
มุมมอง 8733 หลายเดือนก่อน
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
มุมมอง 3.2K3 หลายเดือนก่อน
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
มุมมอง 1.2K3 หลายเดือนก่อน
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
มุมมอง 8373 หลายเดือนก่อน
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
มุมมอง 4893 หลายเดือนก่อน
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
มุมมอง 1893 หลายเดือนก่อน
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
มุมมอง 1.7K3 หลายเดือนก่อน
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
มุมมอง 3313 หลายเดือนก่อน
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
มุมมอง 1.8K3 หลายเดือนก่อน
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
มุมมอง 1K3 หลายเดือนก่อน
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
มุมมอง 16K3 หลายเดือนก่อน
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
มุมมอง 3913 หลายเดือนก่อน
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
มุมมอง 2.1K3 หลายเดือนก่อน
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
มุมมอง 9353 หลายเดือนก่อน
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
มุมมอง 9143 หลายเดือนก่อน
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
มุมมอง 2.2K3 หลายเดือนก่อน
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
มุมมอง 5643 หลายเดือนก่อน
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
มุมมอง 5863 หลายเดือนก่อน
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
มุมมอง 7433 หลายเดือนก่อน
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
มุมมอง 4.4K3 หลายเดือนก่อน
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
มุมมอง 2.7K3 หลายเดือนก่อน
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
มุมมอง 6783 หลายเดือนก่อน
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
มุมมอง 4.4K3 หลายเดือนก่อน
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
มุมมอง 6343 หลายเดือนก่อน
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
มุมมอง 2.5K3 หลายเดือนก่อน
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
มุมมอง 3243 หลายเดือนก่อน
Programmable Embedded Vision Sensors by Dan Mihai Dumitriu @ Wasm I/O 2024
WebAssembly at Google by Thomas Steiner & Thomas Nattestadt @ Wasm I/O 2024
มุมมอง 3.7K3 หลายเดือนก่อน
WebAssembly at Google by Thomas Steiner & Thomas Nattestadt @ Wasm I/O 2024

ความคิดเห็น

  • @LeeZhenYong
    @LeeZhenYong 4 วันที่ผ่านมา

    That calling WASM from excel demo 🤯

  • @msahu2595
    @msahu2595 15 วันที่ผ่านมา

    WASM ❤

  • @bslayerw
    @bslayerw 20 วันที่ผ่านมา

    This is awesome. I'm glad I found this talk. I was looking to kick the WASM (and embedded) tires after the Swift 6.0 release, but I bumped into a whole different Swift Wasm based on 5.10. This is what I was looking for. That sent me down a rabbit hole of confusion. Great talk! Thanks! Also, thank you for making the example publicly available.

  • @sergeiromanoff
    @sergeiromanoff 26 วันที่ผ่านมา

    Write once run everywhere - what's ground braking here? Java has been around for decades

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

    Amazing talk, very well explained in simpler words, thanks a lot for it!

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

    Money makes the world go around. *What about Flutter-web-stripe support.* Without solving this gap, there is no way to hop into the Flutter-web development train, sorry.

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

    Amazing talk, thank you for diving so deep. I really appreciated the level of detail you gave

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

    Holy moly! You compiled a shell environment AND nodejs to webassembly to run in the browser!? That's unbelievable! Does the Nodejs here support napi extensions? Do you have a link to the playground? Do you have a link to the sources? This is _exactly_ what I need - I'd love to build on top of it

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

    Flutter to go to the moon

  • @mtrisi
    @mtrisi 2 หลายเดือนก่อน

    I'd really love to know how to set up this project from scratch and successfuly get the wasm working with @_extern and, also getting the hot reloading working

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

      For hot reloading there are a few live server and preview VS Code extensions for your choosing, and the readme file in the example repo also provides a command to run a bog-standard Python HTTP server. Use your favorite command-line file watcher that will invoke the build command when any of the source files change. The summary is that there's no special magic for hot reloading, everything is pluggable and you can use whatever hot reloading tools you prefer.

  • @bronifty598
    @bronifty598 2 หลายเดือนก่อน

    next time give each person a mic

  • @alphonsokirk8340
    @alphonsokirk8340 2 หลายเดือนก่อน

    Promo-SM

  • @jeeva3984
    @jeeva3984 2 หลายเดือนก่อน

    Java write once, Debug everywhere

  • @kevinl.9657
    @kevinl.9657 2 หลายเดือนก่อน

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

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

      glad you liked it :)

    • @kevinl.9657
      @kevinl.9657 หลายเดือนก่อน

      @@nilslice the problem is, i don't actually know how to do it. Lol

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

      @@kevinl.9657 the excel demo is a bit more complicated than any other extism demo. I’ll share the code though! in the meantime, I’d try out extism using JavaScript SDK, which will make the Excel part more familiar since it uses JS too

  • @garageliftrunner
    @garageliftrunner 2 หลายเดือนก่อน

    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 2 หลายเดือนก่อน

    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 2 หลายเดือนก่อน

    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 2 หลายเดือนก่อน

      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 2 หลายเดือนก่อน

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

    • @nandoflorestan
      @nandoflorestan 17 วันที่ผ่านมา

      ​@@tomjones8293 Someone did not watch the video... Click this: 12:42

  • @vegidio
    @vegidio 2 หลายเดือนก่อน

    what a terrible presentation

    • @GeorgeC-ur9yw
      @GeorgeC-ur9yw 19 วันที่ผ่านมา

      yea, he is so slow and some words are pronounced so badly I cant hear it even if I rewind

  • @ajitsinghyadav1725
    @ajitsinghyadav1725 2 หลายเดือนก่อน

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

    • @nandoflorestan
      @nandoflorestan 17 วันที่ผ่านมา

      Someone did not watch the video... Click this: 12:42

  • @AMar4enko
    @AMar4enko 2 หลายเดือนก่อน

    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 2 หลายเดือนก่อน

    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 2 หลายเดือนก่อน

    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 2 หลายเดือนก่อน

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

  • @JH-pe3ro
    @JH-pe3ro 3 หลายเดือนก่อน

    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 3 หลายเดือนก่อน

    Great!

  • @msSinceEpoch-se2ty
    @msSinceEpoch-se2ty 3 หลายเดือนก่อน

    Awesome

  • @babisp.o.l.newhumans1858
    @babisp.o.l.newhumans1858 3 หลายเดือนก่อน

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

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

    is SEO gonna be totally ignored now?

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

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

    • @ajitsinghyadav1725
      @ajitsinghyadav1725 2 หลายเดือนก่อน

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

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

      @@hamm8934 Thumbs down.

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

      @@kyleaustin2728 have an seo landing page and redirect to the web app dashboard. People really over optimize for this problem imo. But youre welcome to have a different perspective :)

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

      @@kyleaustin2728 just add a landing page with SEO and then put redirect to the webapp. Google Drive doesn't have SEO indexing for their apps. Why would any other webapp need SEO indexing?

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

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

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

      🫵🫵🫵😂

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

    Not WAOS :( xP

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

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

    • @tomjones8293
      @tomjones8293 2 หลายเดือนก่อน

      wet dream you mean ? or SEO dream ?

    • @anonymously-rex-cole
      @anonymously-rex-cole หลายเดือนก่อน

      ​@@tomjones8293 why keep asking for SEO where that is not really the focus of the product. smh

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

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

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

    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 3 หลายเดือนก่อน

    Fuckin hell.

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

    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 3 หลายเดือนก่อน

      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 3 หลายเดือนก่อน

    This is next level

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

    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 3 หลายเดือนก่อน

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

  • @Antonio-yy2ec
    @Antonio-yy2ec 3 หลายเดือนก่อน

    Cool presentation!

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

    Supporting WASI would be rad

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

      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 3 หลายเดือนก่อน

    Pretty rad!

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

    Can we get the slides?

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

    I love wasm

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

    IT'S awesome

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

    this is a treat

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

    you mean BEAM + Erlang?

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

    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 3 หลายเดือนก่อน

      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 3 หลายเดือนก่อน

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

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

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