Android
The WasmEdge Runtime releases come with pre-built binaries for the Android OS. Why WasmEdge on Android?
- Native speed & sandbox safety for Android apps
- Support multiple dev languages — eg C, Rust, Swift, Go & JS
- Embed 3rd party functions in your android app
- Kubernetes managed android apps
However, the WasmEdge installer does not support Android. The user must download the release files to a computer, and then use the adb
tool to transfer the files to an Android device or simulator. We will show you how to do that.
If you prefer to build WasmEdge Runtime binary on Android for yourself, you can refer to the build WasmEdge for Android document.