|
|
|
|
|
by G4Vi
971 days ago
|
|
It would be cool to package Wasm for every platform easily. You could make a hermit runner for android that loads the module and wasi configuration from the hermit, but uses its own runtime instead of the one embedded in the hermit. Excluding the Wasm runtime, the hermit's runner or hermit base is under 400 LOC:
https://github.com/dylibso/hermit/blob/1f6f51d0d6b3941c9616f... . Instead of reading the configuration and module from /zip you would use zip decoder on the hermit you want to run. |
|