logo
Dates

Author


Conferences

Tags

Sort by:  

Authors: Michael Yuan
2022-10-28

tldr - powered by Generative AI

Web Assembly Runtime is a solution to the pain points of cloud native infrastructure. It is small, fast, scalable, secure, and portable across different platforms and programming languages. It enables new types of application architectures and has near-native runtime performance. It is fully supported by Kubernetes and can run side by side with Linux containers. It also integrates with Dapper, a framework designed to help people design microservices.
  • Web Assembly Runtime solves the problems of cloud native infrastructure
  • It is small, fast, scalable, secure, and portable
  • It enables new types of application architectures and has near-native runtime performance
  • It is fully supported by Kubernetes and can run side by side with Linux containers
  • It integrates with Dapper, a framework designed to help people design microservices
Authors: Vivian Hu
2022-10-25

Dapr is a very popular sidecar-based application framework that supports microservices written in many languages. WasmEdge is a cloud-native WebAssembly runtime. It provides the necessary networking APIs to support WebAssembly-based microservices. In this talk, I will demonstrate how to create Rust and JavaScript functions, and run them as Dapr microservices through the WasmEdge runtime. I will also cover more advanced topics such as how to interact with Dapr APIs from the WebAssembly function and how to manage the WadmEdge microservices using Kubernetes. Source code and a live example are available here: https://github.com/second-state/dapr-wasm