#Docker has recently introduced a beta feature to support #wasm containers. This feature allows you to run #WebAssembly applications alongside your Linux containers using the #WasmEdge runtime.
I am curious about your experience with this setup. Have you tried running #wasm containers on your desktop machine? What issues have you encountered?
#docker #wasm #webassembly #wasmedge
I'm excited to set up #Kubernetes to run #Spin and
#Wasmedge #webassembly containers at #Rawkode Live!
Together with @0xe282b0
and @Rawkode and we will talk about some nerdy #wasm things we recently worked on.
Tune in, Friday at 14:00 CET for a "Hands-on introduction to #KWasm"!
#kubernetes #spin #wasmedge #webassembly #rawkode #wasm #kwasm
I'm excited to set up #Kubernetes to run #Spin and
#Wasmedge #webassembly containers at #Rawkode Live!
Together with @0xe282b0
and @Rawkode and we will talk about some nerdy things we recently worked on.
Tune in, Friday at 14:00 CET for a "Hands-on introduction to #KWasm"!
#kubernetes #spin #wasmedge #webassembly #rawkode #kwasm
#Rust #microservices in server-side #WebAssembly https://blog.logrocket.com/rust-microservices-server-side-webassembly/
I wonder if anybody has feedback about #WasmEdge
#rust #microservices #webassembly #wasmedge
And this brings #wasmedge into containerd in the #runwasi shim. Great work across #docker, #secondstate, and #microsoft but especially the youki developers. @cpuguy keep on keeping on.
MOAR #webassembly inside #Kubernetes
#wasmedge #runwasi #docker #secondstate #microsoft #webassembly #kubernetes
Been experimenting with https://wasmedge.org/ in Rust (as the host) and Go/others as the producers of WASM for "guest" plugins. Next is to likely patch Apache Arrow's Go library to work with Tinygo. Looks like minor things like more explicit type conversions are needed. #rust #golang #wasm #wasmedge
@nigelpoulton published a quick overview about https://github.com/deislabs/runwasi that explains well how you can use #webassembly in #kubernetes relatively easily. It's also what Docker Desktop wasm tech preview uses with #wasmedge, and #azure's AKS uses with #wasmtime. Have a look if you're interested: https://nigelpoulton.com/what-is-runwasi/
#webassembly #kubernetes #wasmedge #azure #wasmtime
@squillace @endocrimes @ehashman I trouble is to figure out how to execute things inside of wasm land in my server side (either #rustlang/#go/#python) host applications.
I am trying to read about #wasmedge last night and trying out the examples.