Completed
- running wapm packages directly with wasmer
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Introduction to WAPM - WebAssembly Package Manager Tutorial Using Wasmer, AssemblyScript and AS-WASI
Automatically move to the next video in the Classroom when playback concludes
- 1 - introduction to WAPM
- 2 - exploring wapm.io
- 3 - installing and running cowsay in the wapm playground
- 4 - installing and running sqlite in the wapm playground
- 5 - installing wapm locally
- 6 - checking wapm is installed okay
- 7 - installing wapm packages on my local machine
- 8 - running cowsay wasm locally
- 9 - running wapm packages directly with wasmer
- 10 - installing and running sqlite locally with wapm
- 11 - using wasmtime with wapm packages
- 12 - creating our own wasm package with assemblyscript
- 13 - using wasi and as-wasi to interact with the console
- 14 - signing up for an account with wapm.io
- 15 - creating a wapm.toml file
- 16 - creating a readme for wapm
- 17 - logging into wapm using access tokens
- 18 - publishing our wapm package
- 19 - updating our package and version
- 20 - using our new published package
- 21 - conclusion