This repository has been archived on 2023-11-05. You can view files and clone it, but cannot push or open issues or pull requests.
wasm-micro-runtime/samples
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
..
basic Import SIMD feature and add some workload samples (#438) 2020-11-05 18:15:15 +08:00
gui Add more checks to enhance security (#446) 2020-11-24 14:00:09 +08:00
littlevgl Import SIMD feature and add some workload samples (#438) 2020-11-05 18:15:15 +08:00
multi-module Fix the build issues on mac for some samples (#358) 2020-08-21 15:14:04 +08:00
multi-thread Fix the build issues on mac for some samples (#358) 2020-08-21 15:14:04 +08:00
simple Import SIMD feature and add some workload samples (#438) 2020-11-05 18:15:15 +08:00
spawn-thread Fix the build issues on mac for some samples (#358) 2020-08-21 15:14:04 +08:00
wasm-c-api Enable multi-module support for wasm-c-api (#426) 2020-10-16 17:43:57 +08:00
workload Add more checks to enhance security (#446) 2020-11-24 14:00:09 +08:00