Completed
Load Wasm binary and calls into Wasm functions
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
The Cool Features of WebAssembly Micro Runtime for IoT and Embedded - WAMR
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Project background
- 3 WAMR software architecture
- 4 Interpreters
- 5 Pre-compiling Wasm to WAMR extended bytecode
- 6 Ahead-of-Time Compilation and loader
- 7 Execution-in-Place(XIP) for AoT module
- 8 Wasm development working flow
- 9 Source debugging demo
- 10 Sensor API and sample
- 11 Graphic User Interface on Wasm
- 12 WAMR quick start
- 13 Use AoT compiler
- 14 Load Wasm binary and calls into Wasm functions
- 15 Export native functions to Wasm module