wasm-micro-runtime/core/iwasm
liang.he 1ee0d90d81
Add import subtyping validation (#1308)
According to import subtyping validation:
  https://webassembly.github.io/spec/core/valid/types.html#import-subtyping
wasm-c-api needs to check types when linking.
2022-07-20 18:31:19 +08:00
..
aot Remove unnecessary memset after mmap (#1273) 2022-07-07 13:53:50 +08:00
common Add import subtyping validation (#1308) 2022-07-20 18:31:19 +08:00
compilation Fix aot rotl/rotr 0 issue (#1285) 2022-07-12 13:43:56 +08:00
include Add API wasm_runtime_set_module_inst (#1286) 2022-07-14 11:36:11 +08:00
interpreter Fix sub module's aux stack info not synchronized to main module issue (#1279) 2022-07-11 19:42:29 +08:00
libraries Fix socket api verification of addresses in the address pool (#1270) 2022-07-12 16:21:49 +08:00
README.md Enable AoT and wamr-sdk, and change arguments of call wasm API (#157) 2020-01-21 13:26:14 +08:00