Benbuck Nason
|
8239dd4aa7
Add wasm_export.h APIs to expose memory type (#3496)
|
1 년 전 |
Benbuck Nason
|
56b42908a8
Fix internal global getter types (#3495)
|
1 년 전 |
TianlongLiang
|
ab4e17b701
Modify logging for windows exception handler and remove unused function (#3489)
|
1 년 전 |
Enrico Loparco
|
3b8ef89110
Clone data segments when specified with load args (#3463)
|
1 년 전 |
Benbuck Nason
|
c5ab862dbb
Add api to get export global instance (#3452)
|
1 년 전 |
Enrico Loparco
|
6b1d81650d
Allow not copying the wasm binary in wasm-c-api and not referring to the binary in wasm/aot loader (#3389)
|
1 년 전 |
Wenyong Huang
|
773efc006d
Change WASM_ANYREF to WASM_EXTERNREF (#3426)
|
1 년 전 |
Benbuck Nason
|
dbd8790681
Add WASM_V128 in wasm_valkind_enum (#3412)
|
1 년 전 |
Benbuck Nason
|
c85bada2a9
Add wasm module global type information APIs (#3406)
|
1 년 전 |
Benbuck Nason
|
ca61184ced
Fix some spelling issues (#3385)
|
1 년 전 |
Benbuck Nason
|
c0e33f08b0
Expose API to get import/export function's param/result valkind (#3363)
|
1 년 전 |
YAMAMOTO Takashi
|
410ee580ae
Add wasm_runtime_detect_native_stack_overflow_size (#3355)
|
1 년 전 |
YAMAMOTO Takashi
|
9d6d3466ff
Fix a few native stack address calculations (#3351)
|
1 년 전 |
Benbuck Nason
|
8253c417a8
Add functions to expose module import/export info (#3330)
|
1 년 전 |
liang.he
|
4ef724bbff
Enhance wasm loading with LoadArgs and support module names (#3265)
|
1 년 전 |
Wenyong Huang
|
2013f1f7d7
Fix warnings/issues reported in Windows and by CodeQL/Coverity (#3275)
|
1 년 전 |
Wenyong Huang
|
a23fa9f86c
Implement memory64 for classic interpreter (#3266)
|
1 년 전 |
Wenyong Huang
|
ec15b6bbad
Add lock and ref_count for runtime init (#3263)
|
1 년 전 |
liang.he
|
d8d8f8ce04
Implement apis to set and get the name of a wasm module (#3254)
|
1 년 전 |
TianlongLiang
|
c3e33a96ea
Remove unused argument in wasm_runtime_lookup_function and refactor WASMModuleInstance (#3218)
|
1 년 전 |
Wenyong Huang
|
0ee5ffce85
Refactor APIs and data structures as preliminary work for Memory64 (#3209)
|
1 년 전 |
Enrico Loparco
|
7692f32a94
Allow overriding max memory on module instantiation (#3198)
|
1 년 전 |
Huang Qi
|
1429d8cc03
Fix inconsistent coding convention (#3171)
|
1 년 전 |
Wenyong Huang
|
16a4d71b34
Implement GC (Garbage Collection) feature for interpreter, AOT and LLVM-JIT (#3125)
|
1 년 전 |
Enrico Loparco
|
cfa90ca44f
Use logger for runtime error/debug prints (#3097)
|
1 년 전 |
Marcin Kolny
|
a27ddece7f
Always allocate linear memory using mmap (#3052)
|
2 년 전 |
Huang Qi
|
9fb5fcc709
Add comments to suppress warning from clang-tidy (#3088)
|
2 년 전 |
Wenyong Huang
|
9f64340529
Fix some issues reported by CodeQL (#3064)
|
2 년 전 |
liang.he
|
5c8b8a17a6
Enhancements on wasm function execution time statistic (#2985)
|
2 년 전 |
Marcin Kolny
|
ffa131b5ac
Allow using mmap for shared memory if hw bound check is disabled (#3029)
|
2 년 전 |