wasm-micro-runtime/core/iwasm
YoungWenMing 5f8d1428d5
wasm_runtime.c: Fix fault modification on data segment (#1116)
Fix fault modification on data segment in wasm module which leads to
fail to instantiate wasm module next time, reported by #1115.

Co-authored-by: yangwenming <yangwenming@bytedance.com>
2022-04-23 17:38:11 +08:00
..
aot core/iwasm/aot/aot_loader.c: Fix a zero-sized malloc warning (#1108) 2022-04-20 18:27:13 +08:00
common Add more operand stack overflow checks for fast-interp (#1104) 2022-04-20 16:19:12 +08:00
compilation Refine codes and fix several issues (#1094) 2022-04-18 17:33:30 +08:00
include Fix wasm_runtime_load argument type invalid issue (#1059) 2022-03-24 10:08:49 +08:00
interpreter wasm_runtime.c: Fix fault modification on data segment (#1116) 2022-04-23 17:38:11 +08:00
libraries Add more operand stack overflow checks for fast-interp (#1104) 2022-04-20 16:19:12 +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