Skip to content

Commit

Permalink
Add truncate tag
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 e45b8c9 commit 9436632
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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-->
# 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 Expand Up @@ -52,4 +52,4 @@ With wasmCloud 1.0, this kind of deep vendor-neutrality is here today. If an app

With the power of components and WASI 0.2 APIs, wasmCloud makes truly portable, vendor-neutral apps&mdash;and unprecedentedly flexible developer platforms&mdash;a reality.

The wasmCloud 1.0 alpha release (already pinned to WASI 0.2) is [available on GitHub](https://github.com/wasmCloud/wasmCloud/releases/tag/v1.0.0-alpha.1) right now for testing and finalization of APIs. If you like to live on the bleeding edge, you can try out component builds with the v0.27 alpha release of [`wash`](https://github.com/wasmCloud/wasmCloud/tree/main/crates/wash-cli). Install the `wash` alpha using `cargo` by running `cargo install wash-cli --version 0.27.0-alpha.1`. If you have questions or feedback, we'd love to hear them!
The wasmCloud 1.0 alpha release (already pinned to WASI 0.2) is [available on GitHub](https://github.com/wasmCloud/wasmCloud/releases/tag/v1.0.0-alpha.1) right now for testing and finalization of APIs. If you like to live on the bleeding edge, you can try out component builds with the v0.27 alpha release of [`wash`](https://github.com/wasmCloud/wasmCloud/tree/main/crates/wash-cli). Install the `wash` alpha using `cargo` by running `cargo install wash-cli --version 0.27.0-alpha.1`. If you have questions or feedback, we'd love to hear them!

0 comments on commit 9436632

Please sign in to comment.