Click here to Skip to main content
15,893,790 members
Articles / Programming Languages / Rust

Rust Microservices in Server-side WebAssembly

Rate me:
Please Sign up or sign in to vote.
3.80/5 (6 votes)
29 Jan 2023CPOL7 min read 22.7K   48   9  
Overview of tools and techniques needed to build and deploy Rust microservices in a WASM runtime
This article discusses the use of the Rust programming language and WebAssembly (WASM) runtime for building and deploying microservices in the cloud, highlighting the benefits of using WASM for Rust programs in terms of performance, portability, and security.

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
WasmEdge.org
United States United States
Dr. Michael Yuan is a maintainer of WasmEdge project (CNCF sandbox wasmedge.org) and a co-founder of Second State. He is the author of 5 books on software engineering published by Addison-Wesley, Prentice-Hall, and O'Reilly. Michael is a long-time open-source developer and contributor. He had previously spoken at many industry conferences, including Open Source Summit, RustLab Conference, and KubeCon.

His past experience includes product management and developer programs in major open source companies such as JBoss and RedHat. Dr. Yuan received a PhD in Astrophysics from the University of Texas at Austin.

Comments and Discussions