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/core/iwasm/interpreter
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
..
iwasm_interp.cmake Implement wasm mini loader and refine footprint of loader and runtime (#276) 2020-06-08 11:19:09 +08:00
SConscript add porting codes of rt-thread (#494) 2021-01-14 11:26:35 +08:00
wasm_interp_classic.c interpreter: Fix an UBSan complaint in word_copy (#1106) 2022-04-21 12:21:37 +08:00
wasm_interp_fast.c interpreter: Fix an UBSan complaint in word_copy (#1106) 2022-04-21 12:21:37 +08:00
wasm_interp.h Fix issues found by GC and Fast JIT, refine some codes (#1055) 2022-03-24 14:14:42 +08:00
wasm_loader.c Add more operand stack overflow checks for fast-interp (#1104) 2022-04-20 16:19:12 +08:00
wasm_loader.h Fix wasm_runtime_load argument type invalid issue (#1059) 2022-03-24 10:08:49 +08:00
wasm_mini_loader.c Add more operand stack overflow checks for fast-interp (#1104) 2022-04-20 16:19:12 +08:00
wasm_opcode.h Apply clang-format for interpreter source files (#772) 2021-10-08 11:44:39 +08:00
wasm_runtime.c wasm_runtime.c: Fix fault modification on data segment (#1116) 2022-04-23 17:38:11 +08:00
wasm_runtime.h Fix wasm_runtime_load argument type invalid issue (#1059) 2022-03-24 10:08:49 +08:00
wasm.h Implement part of Berkeley Socket API for libc-wasi (#1036) 2022-03-10 15:13:38 +08:00