https://github.com/olivmath/webassemblyactors-fromcloudtoedge
https://github.com/olivmath/webassemblyactors-fromcloudtoedge
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/olivmath/webassemblyactors-fromcloudtoedge
- Owner: olivmath
- Created: 2022-03-27T13:10:56.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-22T03:41:17.000Z (about 3 years ago)
- Last Synced: 2025-01-14T14:49:56.051Z (4 months ago)
- Language: WebAssembly
- Size: 555 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [Course: WebAssembly Actors: From Cloud to Edge](https://www.edx.org/course/webassembly-actors-from-cloud-to-edge)
## Environment
*The required dependencies are already available*
- webassembly [docs](https://webassembly.github.io/spec/core/index.html)
- wabt [docs](https://github.com/WebAssembly/wabt)
- wasmtime [docs](https://docs.wasmtime.dev/)
- wasmCloud [docs](https://wasmcloud.dev)## Chapter
- [x] Creating Your First WebAssembly Module from Scratch
- [x] Creating Your First WebAssembly Module from Rust
- [x] Using WebAssembly Host Runtimes
- [x] Advanced Guest and Host Communications
- [x] WebAssembly and the Actor Model
- [x] Advanced Actor and Capability Use Cases