#wasi — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #wasi, aggregated by home.social.
-
-
-
-
-
-
📰 It's time for July Wasm updates: https://forums.swift.org/t/swift-for-wasm-july-2026-updates/88673
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
-
📰 It's time for July Wasm updates: https://forums.swift.org/t/swift-for-wasm-july-2026-updates/88673
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
-
📰 It's time for July Wasm updates: https://forums.swift.org/t/swift-for-wasm-july-2026-updates/88673
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
-
📰 It's time for July Wasm updates: https://forums.swift.org/t/swift-for-wasm-july-2026-updates/88673
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
-
📰 It's time for July Wasm updates: https://forums.swift.org/t/swift-for-wasm-july-2026-updates/88673
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
-
Latest stable release for
ordinaryandordinaryd: v0.10.2- Templates have been upgraded to
WASIp2 - Improved execution time due to WebAssembly instance reuse
ordinary templates ejectallows for customization of the wrapping component code
https://codeberg.org/ordinarylabs/Ordinary/releases/tag/v0.10.2
- Templates have been upgraded to
-
Latest stable release for
ordinaryandordinaryd: v0.10.2- Templates have been upgraded to
WASIp2 - Improved execution time due to WebAssembly instance reuse
ordinary templates ejectallows for customization of the wrapping component code
https://codeberg.org/ordinarylabs/Ordinary/releases/tag/v0.10.2
- Templates have been upgraded to
-
I **finally** got a PoC for a #WASI distribution for #CPython! Looking for feedback at https://discuss.python.org/t/108168 .
-
I **finally** got a PoC for a #WASI distribution for #CPython! Looking for feedback at https://discuss.python.org/t/108168 .
-
I **finally** got a PoC for a #WASI distribution for #CPython! Looking for feedback at https://discuss.python.org/t/108168 .
-
I **finally** got a PoC for a #WASI distribution for #CPython! Looking for feedback at https://discuss.python.org/t/108168 .
-
I **finally** got a PoC for a #WASI distribution for #CPython! Looking for feedback at https://discuss.python.org/t/108168 .
-
WebAssembly (WASM) — не серебряная пуля
WebAssembly появился для браузерных задач как способ исполнять тяжелый код быстрее, чем это делает JavaScript. Но за последние годы он начал выходить далеко (иногда буквально далеко ) за пределы вкладки браузера: серверы, edge-вычисления, плагины, песочницы. Появились рантаймы Wasmtime, WasmEdge, Wasmer, которые исполняют WASM-модули\компоненты прямо на ОС. Звучит красиво - собрал один бинарь, а запускаешь где угодно, да еще и в максимальной изоляции. Но есть интересное наблюдение. Существуют проекты, которые строили свои виртуальные машины на WASM, но отказались от него. Самый заметный пример - это Polkadot . Они спроектировали собственную PolkaVM на базе набора инструкций RISC-V и переключили исполнительный слой смарт-контрактов на нее (при этом сам runtime Polkadot по-прежнему компилируется в WASM). Если WASM настолько хорош, как заявляется, то почему для нового движка выбрали не его, а регистровую машину? Недавно в одном из тематических чатов разгорелась жаркая дискуссия на этот счет, что, собственно говоря, и побудило меня на написание этой статьи. Если тебе интересны такие темы - добро пожаловать к нам) Давайте попробуем разобраться, чем стековая модель отличается от регистровой и где эта разница реально что-то меняет. А также рассмотрим, где же в WASM скрыты компромиссы.
https://habr.com/ru/articles/1058984/
#wasm #webassembly #wasi #component_model #компиляция #компиляторы #регистры #lua #стек #виртуальная_машина
-
WebAssembly (WASM) — не серебряная пуля
WebAssembly появился для браузерных задач как способ исполнять тяжелый код быстрее, чем это делает JavaScript. Но за последние годы он начал выходить далеко (иногда буквально далеко ) за пределы вкладки браузера: серверы, edge-вычисления, плагины, песочницы. Появились рантаймы Wasmtime, WasmEdge, Wasmer, которые исполняют WASM-модули\компоненты прямо на ОС. Звучит красиво - собрал один бинарь, а запускаешь где угодно, да еще и в максимальной изоляции. Но есть интересное наблюдение. Существуют проекты, которые строили свои виртуальные машины на WASM, но отказались от него. Самый заметный пример - это Polkadot . Они спроектировали собственную PolkaVM на базе набора инструкций RISC-V и переключили исполнительный слой смарт-контрактов на нее (при этом сам runtime Polkadot по-прежнему компилируется в WASM). Если WASM настолько хорош, как заявляется, то почему для нового движка выбрали не его, а регистровую машину? Недавно в одном из тематических чатов разгорелась жаркая дискуссия на этот счет, что, собственно говоря, и побудило меня на написание этой статьи. Если тебе интересны такие темы - добро пожаловать к нам) Давайте попробуем разобраться, чем стековая модель отличается от регистровой и где эта разница реально что-то меняет. А также рассмотрим, где же в WASM скрыты компромиссы.
https://habr.com/ru/articles/1058984/
#wasm #webassembly #wasi #component_model #компиляция #компиляторы #регистры #lua #стек #виртуальная_машина
-
WebAssembly (WASM) — не серебряная пуля
WebAssembly появился для браузерных задач как способ исполнять тяжелый код быстрее, чем это делает JavaScript. Но за последние годы он начал выходить далеко (иногда буквально далеко ) за пределы вкладки браузера: серверы, edge-вычисления, плагины, песочницы. Появились рантаймы Wasmtime, WasmEdge, Wasmer, которые исполняют WASM-модули\компоненты прямо на ОС. Звучит красиво - собрал один бинарь, а запускаешь где угодно, да еще и в максимальной изоляции. Но есть интересное наблюдение. Существуют проекты, которые строили свои виртуальные машины на WASM, но отказались от него. Самый заметный пример - это Polkadot . Они спроектировали собственную PolkaVM на базе набора инструкций RISC-V и переключили исполнительный слой смарт-контрактов на нее (при этом сам runtime Polkadot по-прежнему компилируется в WASM). Если WASM настолько хорош, как заявляется, то почему для нового движка выбрали не его, а регистровую машину? Недавно в одном из тематических чатов разгорелась жаркая дискуссия на этот счет, что, собственно говоря, и побудило меня на написание этой статьи. Если тебе интересны такие темы - добро пожаловать к нам) Давайте попробуем разобраться, чем стековая модель отличается от регистровой и где эта разница реально что-то меняет. А также рассмотрим, где же в WASM скрыты компромиссы.
https://habr.com/ru/articles/1058984/
#wasm #webassembly #wasi #component_model #компиляция #компиляторы #регистры #lua #стек #виртуальная_машина
-
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
-
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
-
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
-
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
-
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
-
Асинхронность в WebAssembly(WASM)
Обзор асинхронности WASM с выходом WASI 0.3 WASM уже вышел за пределы браузеров и выглядит как перспективная технология для серверной разработки. Однако в вопросе серверного компьюта рано или поздно встает вопрос асинхронной обработки I/O-bound нагрузки. В данной статье попробуем разобраться, что как отвечает экосистема WASM на данный вызов. Статья особенно актуальна в свете того, что совсем недавно официально представлен WASI 0.3
https://habr.com/ru/articles/1055048/
#WASM #wasi #wasi_preview2 #wasi_preview3 #webassembly #async #Component_model
-
Асинхронность в WebAssembly(WASM)
Обзор асинхронности WASM с выходом WASI 0.3 WASM уже вышел за пределы браузеров и выглядит как перспективная технология для серверной разработки. Однако в вопросе серверного компьюта рано или поздно встает вопрос асинхронной обработки I/O-bound нагрузки. В данной статье попробуем разобраться, что как отвечает экосистема WASM на данный вызов. Статья особенно актуальна в свете того, что совсем недавно официально представлен WASI 0.3
https://habr.com/ru/articles/1055048/
#WASM #wasi #wasi_preview2 #wasi_preview3 #webassembly #async #Component_model
-
Асинхронность в WebAssembly(WASM)
Обзор асинхронности WASM с выходом WASI 0.3 WASM уже вышел за пределы браузеров и выглядит как перспективная технология для серверной разработки. Однако в вопросе серверного компьюта рано или поздно встает вопрос асинхронной обработки I/O-bound нагрузки. В данной статье попробуем разобраться, что как отвечает экосистема WASM на данный вызов. Статья особенно актуальна в свете того, что совсем недавно официально представлен WASI 0.3
https://habr.com/ru/articles/1055048/
#WASM #wasi #wasi_preview2 #wasi_preview3 #webassembly #async #Component_model
-
🚀 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. 🥳
https://wasi-gfx.dev/blog/posts/future-of-wasi-gfx/ #UIevolution #techhumor #ecosystemupdate #softwaredevelopment #HackerNews #ngated -
🚀 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. 🥳
https://wasi-gfx.dev/blog/posts/future-of-wasi-gfx/ #UIevolution #techhumor #ecosystemupdate #softwaredevelopment #HackerNews #ngated -
🚀 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. 🥳
https://wasi-gfx.dev/blog/posts/future-of-wasi-gfx/ #UIevolution #techhumor #ecosystemupdate #softwaredevelopment #HackerNews #ngated -
🚀 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. 🥳
https://wasi-gfx.dev/blog/posts/future-of-wasi-gfx/ #UIevolution #techhumor #ecosystemupdate #softwaredevelopment #HackerNews #ngated -
🚀 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. 🥳
https://wasi-gfx.dev/blog/posts/future-of-wasi-gfx/ #UIevolution #techhumor #ecosystemupdate #softwaredevelopment #HackerNews #ngated -
The Future of wasi-gfx and wasi:webgpu
https://wasi-gfx.dev/blog/posts/future-of-wasi-gfx/
#HackerNews #wasi-gfx #wasi-webgpu #future #tech #graphics #webdevelopment
-
The Future of wasi-gfx and wasi:webgpu
https://wasi-gfx.dev/blog/posts/future-of-wasi-gfx/
#HackerNews #wasi-gfx #wasi-webgpu #future #tech #graphics #webdevelopment
-
The Future of wasi-gfx and wasi:webgpu
https://wasi-gfx.dev/blog/posts/future-of-wasi-gfx/
#HackerNews #wasi-gfx #wasi-webgpu #future #tech #graphics #webdevelopment
-
The Future of wasi-gfx and wasi:webgpu
https://wasi-gfx.dev/blog/posts/future-of-wasi-gfx/
#HackerNews #wasi-gfx #wasi-webgpu #future #tech #graphics #webdevelopment
-
The Future of wasi-gfx and wasi:webgpu
https://wasi-gfx.dev/blog/posts/future-of-wasi-gfx/
#HackerNews #wasi-gfx #wasi-webgpu #future #tech #graphics #webdevelopment
-
-
-
-
-
-
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 🚀.
https://github.com/WebAssembly/wasi-webgpu #DeveloperAI #TechBuzz #HackerNews #ngated -
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 🚀.
https://github.com/WebAssembly/wasi-webgpu #DeveloperAI #TechBuzz #HackerNews #ngated -
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 🚀.
https://github.com/WebAssembly/wasi-webgpu #DeveloperAI #TechBuzz #HackerNews #ngated -
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 🚀.
https://github.com/WebAssembly/wasi-webgpu #DeveloperAI #TechBuzz #HackerNews #ngated -
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 🚀.
https://github.com/WebAssembly/wasi-webgpu #DeveloperAI #TechBuzz #HackerNews #ngated -
Wasi: WebGPU – A Proposed WebAssembly System Interface API
https://github.com/WebAssembly/wasi-webgpu
#HackerNews #Wasi #WebGPU #WebAssembly #API #Technology #Development
-
Wasi: WebGPU – A Proposed WebAssembly System Interface API
https://github.com/WebAssembly/wasi-webgpu
#HackerNews #Wasi #WebGPU #WebAssembly #API #Technology #Development
-
Wasi: WebGPU – A Proposed WebAssembly System Interface API
https://github.com/WebAssembly/wasi-webgpu
#HackerNews #Wasi #WebGPU #WebAssembly #API #Technology #Development
-
Wasi: WebGPU – A Proposed WebAssembly System Interface API
https://github.com/WebAssembly/wasi-webgpu
#HackerNews #Wasi #WebGPU #WebAssembly #API #Technology #Development
-
Wasi: WebGPU – A Proposed WebAssembly System Interface API
https://github.com/WebAssembly/wasi-webgpu
#HackerNews #Wasi #WebGPU #WebAssembly #API #Technology #Development
-
Wasi: WebGPU – A Proposed WebAssembly System Interface API
-
Wasi: WebGPU – A Proposed WebAssembly System Interface API