we just cut #wazero 1.12.0! your favorite #wasm runtime for #golang now supports more specs than ever! getting closer to WasmGC!

https://github.com/wazero/wazero/releases/tag/v1.12.0

Release v1.12.0 · wazero/wazero

Hi wazero friends! The new release of wazero v1.12.0 has arrived. This release advances us a few more steps towards Wasm 3.0! See #2426 (comment) for where we currently stand. Behavioral changes 9...

GitHub
feat: exception handling spec by evacchi · Pull Request #2489 · wazero/wazero

Add experimental support to the Exception Handling spec. Exception handling adds structured error propagation to WebAssembly through tags (typed exception signatures), throw/throw_ref (raising exce...

GitHub
can't believe #Wasm I/O is less than a week away! Andrea Peruffo and I will be there for our session "The State of Zero-Dependency Wasm" with the latest from #wazero and #chicory 🚀

Another thing to be proud of: the tail spec has been merged into the #wazero #wasm runtime. Even though it's relatively simple, it actually took a few weeks to get right in the interpreter and in both backends (arm64 and amd64).

Thanks @ncruces and @mathetake for the support!

read more https://github.com/tetratelabs/wazero/pull/2403

Wasm-плагины на Go

Привет, Хабр! Когда обсуждают расширяемость бэкендов, первым делом вспоминают нативные плагины на C или C++. Дальше обычно всплывают вопросы ABI, совместимости компиляторов, загрузчиков и фразы «а у нас Alpine с musl». В Go исторически был пакет plugin , но его применимость ограничена окружениями и сборкой. В 2025 году картина проще: берем WebAssembly как изолированный байткод, исполняем его прямо из Go и получаем плагинную архитектуру без плясок с динамическими библиотеками. Далее в статье рассмотрим, как создать практичную систему Wasm-плагинов на Go: с изоляцией, таймаутами, контрактом данных и обновлениями на лету. Для рантайма возьмем wazero , потому что он написан на Go и не требует cgo.

https://habr.com/ru/companies/otus/articles/938018/

#golang #Golang_плагины #WebAssembly_Go #Wasm_плагины #wazero #TinyGo_wasm #Rust_wasm #WASI_preview1 #WASI_preview2 #Go_plugin_package

Wasm-плагины на Go

Привет, Хабр! Когда обсуждают расширяемость бэкендов, первым делом вспоминают нативные плагины на C или C++. Дальше обычно всплывают вопросы ABI, совместимости компиляторов, загрузчиков и...

Хабр
WE MEET AGAIN #wazero

Also if you wanna hang the coming week, we're hosting a hackathon in SFO (remote attendance too!) I'll be there too!

Join us to talk about #Wasm, #MCP, #AI. I myself will be looking forward to chat about #Java, #Chicory #extism and even #Android! (you're interested in #wazero and #Go too? Be my guest) https://lu.ma/ery1237h

mcp.run Hackathon · Luma

Are you building generative AI software? Integrating LLMs into your SaaS product? Or just curious about how AI agents work and what they can be used for? Join…

#Golang #WebAssembly runtimes on #Mikrokernels? @0xe282b0 demonstrates #wazero runtime with @UnikraftSDK.
Thanks to @Tetrateio and @evacchi for organizing this amazing meetup!
Work in Progress. #wasm #wazero #WasmIO24