wasm-micro-runtime/product-mini/platforms/android
Javan 8f902fa9ae
Enable Android libc wasi support. (#590)
Some libc APIs required by wasi native lib are missing in some Android API versions, only when the version >= 24, all APIs are supported. Add the missing APIs in android platform layer, leave them empty, report error and return failed if they are called. Also update CMakeLists.txt to enable libc wasi by default.

Co-authored-by: Wenyong Huang <wenyong.huang@intel.com>
2021-03-24 15:53:55 +08:00
..
build_jit.sh Enable ARM and THUMB AOT support, enable Android platform support (#182) 2020-02-27 16:38:44 +08:00
build_llvm.sh Enable ARM and THUMB AOT support, enable Android platform support (#182) 2020-02-27 16:38:44 +08:00
CMakeLists.txt Enable Android libc wasi support. (#590) 2021-03-24 15:53:55 +08:00
wasm-jni.cpp Fix some coding style issues, fix doc typo and refine some codes (#392) 2020-09-20 08:20:45 +08:00