WebAssembly Tour
WebAssembly on Rust is a bright future in making application runs at the Edge or on the Serverless technologies.
We spend a lot of time researching and doing a deep dive into it. We have documented it as the mindmap
diagram so that it might help people like me to save time to search around the internet to find useful documents and tools to get started with WebAssembly on Rust.
β
Give a Star! If you like or are using this project to learn, please give a star. Thank you very much
The picture of webassembly serverless
Picture courtesy of wasmCloud from Kubecon 2021 WasmDay WebAssembly: The Future of Distributed Computing by Liam Randall.
The full picture of WebAssembly ecosystem
Export large PNG file with PlantUML
Make sure you install https://marketplace.visualstudio.com/items?itemName=jebbs.plantuml and you have docker
and docker-compose
running on your local machine.
$ docker-compose up
Then set settings as following
"plantuml.server": "http://192.168.1.100:8080",
"plantuml.render": "PlantUMLServer",
Then right-click on the assets/wasm-tour.puml
, then choose expose this current diagram.