wasm-micro-runtime/core/iwasm/aot
Wenyong Huang 74be7a0b7c
Add more checks to enhance security (#446)
add more checks to enhance security
clear "wasi proc exit" exception before return to caller in wasm/aot call functions
fix memory profiling issue
change movdqa to movdqu in simd invokeNative asm codes to fix issue of unaligned address access
move setjmp/longjmp from libc-builtin to libc-emcc
fix zephyr platform compilation issue in latest zephyr version
2020-11-24 14:00:09 +08:00
..
arch Fix issue and compilation warnings of new function call APIs (#383) 2020-09-14 15:30:42 +08:00
aot_loader.c Import SIMD feature and add some workload samples (#438) 2020-11-05 18:15:15 +08:00
aot_reloc.h Update sample workload wasm-av1 and add workload XNNPACK (#443) 2020-11-13 17:53:23 +08:00
aot_runtime.c Add more checks to enhance security (#446) 2020-11-24 14:00:09 +08:00
aot_runtime.h Import SIMD feature and add some workload samples (#438) 2020-11-05 18:15:15 +08:00
iwasm_aot.cmake Fix function type not set issue of aot_call_indirect (#229) 2020-04-07 11:04:46 +08:00