home.social

#wasi — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #wasi, aggregated by home.social.

fetched live
  1. 📰 It's time for July Wasm updates: forums.swift.org/t/swift-for-w

    Emscripten-hosted toolchain support, async typed throws fixes; WasmKit implemented Relaxed SIMD, extended-const, and shared linear memory, and now supports ESP32-C6; new JavaScriptKit and @elementarycodes releases, and more!

    #WebAssembly #Wasm #WASI #EmbeddedSwift #SwiftLang #JavaScript

  2. 📰 It's time for July Wasm updates: forums.swift.org/t/swift-for-w

    Emscripten-hosted toolchain support, async typed throws fixes; WasmKit implemented Relaxed SIMD, extended-const, and shared linear memory, and now supports ESP32-C6; new JavaScriptKit and @elementarycodes releases, and more!

    #WebAssembly #Wasm #WASI #EmbeddedSwift #SwiftLang #JavaScript

  3. 📰 It's time for July Wasm updates: forums.swift.org/t/swift-for-w

    Emscripten-hosted toolchain support, async typed throws fixes; WasmKit implemented Relaxed SIMD, extended-const, and shared linear memory, and now supports ESP32-C6; new JavaScriptKit and @elementarycodes releases, and more!

    #WebAssembly #Wasm #WASI #EmbeddedSwift #SwiftLang #JavaScript

  4. 📰 It's time for July Wasm updates: forums.swift.org/t/swift-for-w

    Emscripten-hosted toolchain support, async typed throws fixes; WasmKit implemented Relaxed SIMD, extended-const, and shared linear memory, and now supports ESP32-C6; new JavaScriptKit and @elementarycodes releases, and more!

    #WebAssembly #Wasm #WASI #EmbeddedSwift #SwiftLang #JavaScript

  5. 📰 It's time for July Wasm updates: forums.swift.org/t/swift-for-w

    Emscripten-hosted toolchain support, async typed throws fixes; WasmKit implemented Relaxed SIMD, extended-const, and shared linear memory, and now supports ESP32-C6; new JavaScriptKit and @elementarycodes releases, and more!

    #WebAssembly #Wasm #WASI #EmbeddedSwift #SwiftLang #JavaScript

  6. Latest stable release for ordinary and ordinaryd: v0.10.2

    • Templates have been upgraded to WASIp2
    • Improved execution time due to WebAssembly instance reuse
    • ordinary templates eject allows for customization of the wrapping component code

    https://codeberg.org/ordinarylabs/Ordinary/releases/tag/v0.10.2

    #ordinary #webassembly #wasi #web #templates

  7. Latest stable release for ordinary and ordinaryd: v0.10.2

    • Templates have been upgraded to WASIp2
    • Improved execution time due to WebAssembly instance reuse
    • ordinary templates eject allows for customization of the wrapping component code

    https://codeberg.org/ordinarylabs/Ordinary/releases/tag/v0.10.2

    #ordinary #webassembly #wasi #web #templates

  8. I **finally** got a PoC for a #WASI distribution for #CPython! Looking for feedback at discuss.python.org/t/108168 .

  9. I **finally** got a PoC for a #WASI distribution for #CPython! Looking for feedback at discuss.python.org/t/108168 .

  10. I **finally** got a PoC for a #WASI distribution for #CPython! Looking for feedback at discuss.python.org/t/108168 .

  11. I **finally** got a PoC for a #WASI distribution for #CPython! Looking for feedback at discuss.python.org/t/108168 .

  12. I **finally** got a PoC for a #WASI distribution for #CPython! Looking for feedback at discuss.python.org/t/108168 .

  13. WebAssembly (WASM) — не серебряная пуля

    WebAssembly появился для браузерных задач как способ исполнять тяжелый код быстрее, чем это делает JavaScript. Но за последние годы он начал выходить далеко (иногда буквально далеко ) за пределы вкладки браузера: серверы, edge-вычисления, плагины, песочницы. Появились рантаймы Wasmtime, WasmEdge, Wasmer, которые исполняют WASM-модули\компоненты прямо на ОС. Звучит красиво - собрал один бинарь, а запускаешь где угодно, да еще и в максимальной изоляции. Но есть интересное наблюдение. Существуют проекты, которые строили свои виртуальные машины на WASM, но отказались от него. Самый заметный пример - это Polkadot . Они спроектировали собственную PolkaVM на базе набора инструкций RISC-V и переключили исполнительный слой смарт-контрактов на нее (при этом сам runtime Polkadot по-прежнему компилируется в WASM). Если WASM настолько хорош, как заявляется, то почему для нового движка выбрали не его, а регистровую машину? Недавно в одном из тематических чатов разгорелась жаркая дискуссия на этот счет, что, собственно говоря, и побудило меня на написание этой статьи. Если тебе интересны такие темы - добро пожаловать к нам) Давайте попробуем разобраться, чем стековая модель отличается от регистровой и где эта разница реально что-то меняет. А также рассмотрим, где же в WASM скрыты компромиссы.

    habr.com/ru/articles/1058984/

    #wasm #webassembly #wasi #component_model #компиляция #компиляторы #регистры #lua #стек #виртуальная_машина

  14. WebAssembly (WASM) — не серебряная пуля

    WebAssembly появился для браузерных задач как способ исполнять тяжелый код быстрее, чем это делает JavaScript. Но за последние годы он начал выходить далеко (иногда буквально далеко ) за пределы вкладки браузера: серверы, edge-вычисления, плагины, песочницы. Появились рантаймы Wasmtime, WasmEdge, Wasmer, которые исполняют WASM-модули\компоненты прямо на ОС. Звучит красиво - собрал один бинарь, а запускаешь где угодно, да еще и в максимальной изоляции. Но есть интересное наблюдение. Существуют проекты, которые строили свои виртуальные машины на WASM, но отказались от него. Самый заметный пример - это Polkadot . Они спроектировали собственную PolkaVM на базе набора инструкций RISC-V и переключили исполнительный слой смарт-контрактов на нее (при этом сам runtime Polkadot по-прежнему компилируется в WASM). Если WASM настолько хорош, как заявляется, то почему для нового движка выбрали не его, а регистровую машину? Недавно в одном из тематических чатов разгорелась жаркая дискуссия на этот счет, что, собственно говоря, и побудило меня на написание этой статьи. Если тебе интересны такие темы - добро пожаловать к нам) Давайте попробуем разобраться, чем стековая модель отличается от регистровой и где эта разница реально что-то меняет. А также рассмотрим, где же в WASM скрыты компромиссы.

    habr.com/ru/articles/1058984/

    #wasm #webassembly #wasi #component_model #компиляция #компиляторы #регистры #lua #стек #виртуальная_машина

  15. WebAssembly (WASM) — не серебряная пуля

    WebAssembly появился для браузерных задач как способ исполнять тяжелый код быстрее, чем это делает JavaScript. Но за последние годы он начал выходить далеко (иногда буквально далеко ) за пределы вкладки браузера: серверы, edge-вычисления, плагины, песочницы. Появились рантаймы Wasmtime, WasmEdge, Wasmer, которые исполняют WASM-модули\компоненты прямо на ОС. Звучит красиво - собрал один бинарь, а запускаешь где угодно, да еще и в максимальной изоляции. Но есть интересное наблюдение. Существуют проекты, которые строили свои виртуальные машины на WASM, но отказались от него. Самый заметный пример - это Polkadot . Они спроектировали собственную PolkaVM на базе набора инструкций RISC-V и переключили исполнительный слой смарт-контрактов на нее (при этом сам runtime Polkadot по-прежнему компилируется в WASM). Если WASM настолько хорош, как заявляется, то почему для нового движка выбрали не его, а регистровую машину? Недавно в одном из тематических чатов разгорелась жаркая дискуссия на этот счет, что, собственно говоря, и побудило меня на написание этой статьи. Если тебе интересны такие темы - добро пожаловать к нам) Давайте попробуем разобраться, чем стековая модель отличается от регистровой и где эта разница реально что-то меняет. А также рассмотрим, где же в WASM скрыты компромиссы.

    habr.com/ru/articles/1058984/

    #wasm #webassembly #wasi #component_model #компиляция #компиляторы #регистры #lua #стек #виртуальная_машина

  16. Capabilities-based security, resource-orientation, WebAssembly and WASI jailing, LLVM interop. It sounds like word salad but it all connects. #emacs #web #orgmode #linkeddata #calendar #webassembly #wasi

  17. Capabilities-based security, resource-orientation, WebAssembly and WASI jailing, LLVM interop. It sounds like word salad but it all connects. #emacs #web #orgmode #linkeddata #calendar #webassembly #wasi

  18. Capabilities-based security, resource-orientation, WebAssembly and WASI jailing, LLVM interop. It sounds like word salad but it all connects. #emacs #web #orgmode #linkeddata #calendar #webassembly #wasi

  19. Capabilities-based security, resource-orientation, WebAssembly and WASI jailing, LLVM interop. It sounds like word salad but it all connects. #emacs #web #orgmode #linkeddata #calendar #webassembly #wasi

  20. Capabilities-based security, resource-orientation, WebAssembly and WASI jailing, LLVM interop. It sounds like word salad but it all connects. #emacs #web #orgmode #linkeddata #calendar #webassembly #wasi

  21. Асинхронность в WebAssembly(WASM)

    Обзор асинхронности WASM с выходом WASI 0.3 WASM уже вышел за пределы браузеров и выглядит как перспективная технология для серверной разработки. Однако в вопросе серверного компьюта рано или поздно встает вопрос асинхронной обработки I/O-bound нагрузки. В данной статье попробуем разобраться, что как отвечает экосистема WASM на данный вызов. Статья особенно актуальна в свете того, что совсем недавно официально представлен WASI 0.3

    habr.com/ru/articles/1055048/

    #WASM #wasi #wasi_preview2 #wasi_preview3 #webassembly #async #Component_model

  22. Асинхронность в WebAssembly(WASM)

    Обзор асинхронности WASM с выходом WASI 0.3 WASM уже вышел за пределы браузеров и выглядит как перспективная технология для серверной разработки. Однако в вопросе серверного компьюта рано или поздно встает вопрос асинхронной обработки I/O-bound нагрузки. В данной статье попробуем разобраться, что как отвечает экосистема WASM на данный вызов. Статья особенно актуальна в свете того, что совсем недавно официально представлен WASI 0.3

    habr.com/ru/articles/1055048/

    #WASM #wasi #wasi_preview2 #wasi_preview3 #webassembly #async #Component_model

  23. Асинхронность в WebAssembly(WASM)

    Обзор асинхронности WASM с выходом WASI 0.3 WASM уже вышел за пределы браузеров и выглядит как перспективная технология для серверной разработки. Однако в вопросе серверного компьюта рано или поздно встает вопрос асинхронной обработки I/O-bound нагрузки. В данной статье попробуем разобраться, что как отвечает экосистема WASM на данный вызов. Статья особенно актуальна в свете того, что совсем недавно официально представлен WASI 0.3

    habr.com/ru/articles/1055048/

    #WASM #wasi #wasi_preview2 #wasi_preview3 #webassembly #async #Component_model

  24. 🚀 Oh joy, another thrilling update from the alternate universe of #wasi-gfx and #webgpu, where the core WASI group's glacial stability goals clash hilariously with the speed demons of UI evolution. 😜 Apparently, the future involves a "healthy shift" towards building yet more obscure ecosystems that nobody asked for. 🥳
    wasi-gfx.dev/blog/posts/future #UIevolution #techhumor #ecosystemupdate #softwaredevelopment #HackerNews #ngated

  25. 🚀 Oh joy, another thrilling update from the alternate universe of #wasi-gfx and #webgpu, where the core WASI group's glacial stability goals clash hilariously with the speed demons of UI evolution. 😜 Apparently, the future involves a "healthy shift" towards building yet more obscure ecosystems that nobody asked for. 🥳
    wasi-gfx.dev/blog/posts/future #UIevolution #techhumor #ecosystemupdate #softwaredevelopment #HackerNews #ngated

  26. 🚀 Oh joy, another thrilling update from the alternate universe of #wasi-gfx and #webgpu, where the core WASI group's glacial stability goals clash hilariously with the speed demons of UI evolution. 😜 Apparently, the future involves a "healthy shift" towards building yet more obscure ecosystems that nobody asked for. 🥳
    wasi-gfx.dev/blog/posts/future #UIevolution #techhumor #ecosystemupdate #softwaredevelopment #HackerNews #ngated

  27. 🚀 Oh joy, another thrilling update from the alternate universe of #wasi-gfx and #webgpu, where the core WASI group's glacial stability goals clash hilariously with the speed demons of UI evolution. 😜 Apparently, the future involves a "healthy shift" towards building yet more obscure ecosystems that nobody asked for. 🥳
    wasi-gfx.dev/blog/posts/future #UIevolution #techhumor #ecosystemupdate #softwaredevelopment #HackerNews #ngated

  28. 🚀 Oh joy, another thrilling update from the alternate universe of #wasi-gfx and #webgpu, where the core WASI group's glacial stability goals clash hilariously with the speed demons of UI evolution. 😜 Apparently, the future involves a "healthy shift" towards building yet more obscure ecosystems that nobody asked for. 🥳
    wasi-gfx.dev/blog/posts/future #UIevolution #techhumor #ecosystemupdate #softwaredevelopment #HackerNews #ngated

  29. Ah, #Wasi and #WebGPU, the latest attempt to make #WebAssembly APIs vaguely coherent 🤡. Marvel as GitHub dreams up a convoluted mess of acronyms and buzzwords that only a developer's mother could love 🤖✨. But hey, at least it comes with AI to help us navigate this labyrinth of nonsense 🚀.
    github.com/WebAssembly/wasi-we #DeveloperAI #TechBuzz #HackerNews #ngated

  30. Ah, #Wasi and #WebGPU, the latest attempt to make #WebAssembly APIs vaguely coherent 🤡. Marvel as GitHub dreams up a convoluted mess of acronyms and buzzwords that only a developer's mother could love 🤖✨. But hey, at least it comes with AI to help us navigate this labyrinth of nonsense 🚀.
    github.com/WebAssembly/wasi-we #DeveloperAI #TechBuzz #HackerNews #ngated

  31. Ah, #Wasi and #WebGPU, the latest attempt to make #WebAssembly APIs vaguely coherent 🤡. Marvel as GitHub dreams up a convoluted mess of acronyms and buzzwords that only a developer's mother could love 🤖✨. But hey, at least it comes with AI to help us navigate this labyrinth of nonsense 🚀.
    github.com/WebAssembly/wasi-we #DeveloperAI #TechBuzz #HackerNews #ngated

  32. Ah, #Wasi and #WebGPU, the latest attempt to make #WebAssembly APIs vaguely coherent 🤡. Marvel as GitHub dreams up a convoluted mess of acronyms and buzzwords that only a developer's mother could love 🤖✨. But hey, at least it comes with AI to help us navigate this labyrinth of nonsense 🚀.
    github.com/WebAssembly/wasi-we #DeveloperAI #TechBuzz #HackerNews #ngated

  33. Ah, #Wasi and #WebGPU, the latest attempt to make #WebAssembly APIs vaguely coherent 🤡. Marvel as GitHub dreams up a convoluted mess of acronyms and buzzwords that only a developer's mother could love 🤖✨. But hey, at least it comes with AI to help us navigate this labyrinth of nonsense 🚀.
    github.com/WebAssembly/wasi-we #DeveloperAI #TechBuzz #HackerNews #ngated