Source: thenewstack.io

Getting Started with wasmCloud

Category: Software, Ubuntu

WasmCloud is a platform that aims to help developers create secure, portable, and reusable components (called actors). It leverages WebAssembly for extreme portability so you can secure, deploy, maintain, observe, and upgrade software, all while reducing the amount of boilerplate that must be copied and pasted. WasmCloud was designed, from the ground up, around these five core ideas: If you’re just now hearing about WebAssembly, make sure to first read the following pieces: What Is WebAssembly and Why Do You Need It?, Build a WebAssembly App with Rust, and How to Compile C code into WebAssembly with Emscripten.

Where ACTORID is the ID of the Echo actor and PROVIDERID is the ID of the HTTP provider.

You should see returned: That’s a successful call to your linked actor and provider.

Related Articles