Wenyong Huang
|
7f8e2133ec
Fix windows build error and compilation warnings (#3095)
|
2 years ago |
Wenyong Huang
|
9f64340529
Fix some issues reported by CodeQL (#3064)
|
2 years ago |
Enrico Loparco
|
892a94fd05
fix(wasm-c-api): Do not clone stack frames if there's no trap (#3008)
|
2 years ago |
Enrico Loparco
|
ff25110840
Return stack frames of crashed thread when using wasm-c-api (#2908)
|
2 years ago |
Wenyong Huang
|
b21f17dd6d
Refine AOT/JIT code call wasm-c-api import process (#2982)
|
2 years ago |
Wenyong Huang
|
c43e4505da
Allow to set segue flags for wasm-c-api JIT (#2926)
|
2 years ago |
liang.he
|
5c3ad0279a
Enable AOT linux perf support (#2930)
|
2 years ago |
Wenyong Huang
|
1055c9884b
Refine wasm-c-api wasm_func_call (#2922)
|
2 years ago |
liang.he
|
162a977006
Use wasm_config_t to pass private configuration to wasm_engine_new (#2837)
|
2 years ago |
Wenyong Huang
|
858d1dd69c
Fix duplicate vector init in wasm_module_validate (#2498)
|
2 years ago |
liang.he
|
f0632edc37
Clone the input binary during wasm_module_validate (#2483)
|
2 years ago |
YAMAMOTO Takashi
|
51714c41c0
Introduce WASMModuleInstanceExtraCommon (#2429)
|
2 years ago |
Christof Petig
|
5a23ae465c
Fix three multi-threading and wasm-c-api-imports issues (#2173)
|
2 years ago |
Andy
|
5aa22d41e9
Fixing use after free when dumping call stack (#2084)
|
2 years ago |
liang.he
|
915b4d2a89
Fix few wasm-c-api python binding issues (#2029)
|
2 years ago |
Wenyong Huang
|
0fa0813a5a
Fix issues reported by Coverity static analysis (#1974)
|
2 years ago |
liang.he
|
3698f2279b
Improve wasm-c-api instantiation-time linking (#1902)
|
2 years ago |
ocfox
|
427abf02c8
Fix potential integer overflow issue in wasm-c-api (#1954)
|
2 years ago |
HongxiaWangSSSS
|
fe3347d5d2
Fixed the undef error about WAMR_BUILD_MEMORY_PROFILING (#1926)
|
3 years ago |
liang.he
|
7401718311
Report error in instantiation when meeting unlinked import globals (#1859)
|
3 years ago |
liang.he
|
bf2be805f9
Add more checks about the imports of wasm_instance_new (#1843)
|
3 years ago |
liang.he
|
676c3c7b04
Fix failure about preopen of reactor modules (#1816)
|
3 years ago |
liang.he
|
294a625fe5
Use boringssl instead of openssl to implement wasm cache loading (#1804)
|
3 years ago |
Wenyong Huang
|
9d52960e4d
Fix wasm-c-api import func link issue in wasm_instance_new (#1787)
|
3 years ago |
liang.he
|
f6d67c1cda
Enable wasm cache loading in wasm-c-api (#1759)
|
3 years ago |
liang.he
|
84a23d43ec
wasm-c-api: Fix init/destroy thread env multiple times issue (#1766)
|
3 years ago |
liang.he
|
fc8f70cfa4
Fix issues detected by Coverity (#1776)
|
3 years ago |
Andy
|
3e8927a31b
Adding option to pass user data to allocator functions (#1765)
|
3 years ago |
Andy
|
1465901f6f
Create trap for error message when wasm_instance_new fails (#1751)
|
3 years ago |
liang.he
|
eaedceca2f
Add bh_print_proc_mem() to dump memory info of current process (#1734)
|
3 years ago |