nodejs / uvwasi

WASI syscall API built atop libuv
MIT License
226 stars 50 forks source link

Android support in CI #135

Closed gengjiawen closed 4 years ago

gengjiawen commented 4 years ago

Similar to https://github.com/libuv/libuv/pull/2858, but I am not sure.

cc @cjihrig

cjihrig commented 4 years ago

I expect that if libuv builds on Android, this project should also build pretty easily. I'm not opposed to adding such a check to the CI.

gengjiawen commented 4 years ago

https://github.com/wasm3/wasm3 already build uvwasi in android platform. I guess it make sense we add it. I can work on it :)