Skip to main content

One post tagged with "Python"

View All Tags

Bring Your Own Wasm Components: Run Python (and any other language) in wasmCloud

· 5 min read
Eric Gregory
wasmCloud Maintainer

Components written in Python on wasmCloud

WASI 0.2.0 is in the wild, pushing forward common standards for portable, language-agnostic components and interfaces. That means it just got a whole lot easier to create WebAssembly components from any language—and have them work together with other components of any provenance. Better still, it's now possible to "bring your own Wasm components" from any language that compiles to WASI 0.2.0 and run them as distributed apps in wasmCloud.