/wasmonandroid

Natively run WebAssembly on Android

Primary LanguageKotlinBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

WASM on Android

This product is work in progress.

Goals

  • Automation on Android devices in any languages that can be compiled into WASM.
    • Similar to SL4A for WASM.
  • Provide a frontend for several popular WebAssembly runtimes for easier experiment with WASM.
    • Currently only Wasmer (with its singlepass backend).
      So this product's supported architectures are limited to ones it supports (x86_64 and AArch64 so far).