Skip to content

Commit

Permalink
Add truncate tag but make it work this time
Browse files Browse the repository at this point in the history
Signed-off-by: Eric Gregory <eric@cosmonic.com>
  • Loading branch information
ericgregory authored and CazJT committed Mar 20, 2024
1 parent 9436632 commit 100ee9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blog/wasmcloud-1.0-vendor-neutral-apps/index.mdx
Expand Up @@ -15,7 +15,7 @@ draft: false
WebAssembly is bringing us closer than ever to a world of "write once, run anywhere." From developer platforms to the browser to embedded devices, Wasm gives us a way to write portable, efficient, sandboxed code. The **[WebAssembly System Interface (WASI)](https://github.com/WebAssembly/WASI/)** and the **[Component Model](https://github.com/WebAssembly/component-model)** extend the power of WebAssembly with standard APIs for core functionalities like HTTP, CLI, I/O, and more&mdash;as well as a specification for compiling Wasm applications as interoperable, composable **components**.

Now, wasmCloud 1.0 brings the Component Model and the standard APIs of WASI 0.2 to production-grade distributed computing. By embracing community standards, wasmCloud ensures that your business logic is truly vendor-neutral. Components built for wasmCloud 1.0 run anywhere that supports WASI 0.2, and any component you've built to target WASI 0.2 is ready to run distributedly with wasmCloud.
<!--truncate-->
{/* truncate */}
# Flexibility for platforms and applications

[WASI 0.2 includes these APIs](https://github.com/WebAssembly/WASI/tree/main/preview2#wasi-preview-2-contents), all available for use with wasmCloud 1.0:
Expand Down

0 comments on commit 100ee9f

Please sign in to comment.