Wenyong Huang
|
73caf19e69
Fix compile warnings/error reported in Windows (#3616)
|
1 年間 前 |
Benbuck Nason
|
837ff63662
Use 64-bit wasm_runtime_enlarge_memory() increment (#3573)
|
1 年間 前 |
Benbuck Nason
|
74dbafc699
Export API wasm_runtime_enlarge_memory (#3569)
|
1 年間 前 |
YAMAMOTO Takashi
|
4c2af25aff
aot compiler: Use larger alignment for load/store when possible (#3552)
|
1 年間 前 |
Florian Castellane
|
0418041b0d
wasm_memory.c: Fix typo: `hasn't been initialize` -> `hasn't been initialized` (#3547)
|
1 年間 前 |
liang.he
|
40c41d5110
Fix several issues reported by oss-fuzz (#3526)
|
1 年間 前 |
Marcin Kolny
|
fe5e7a9981
Implement Memory64 support for AOT (#3362)
|
1 年間 前 |
dongsheng28849455
|
ba59e56e19
User defined memory allocator for different purposes (#3316)
|
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 年間 前 |
TianlongLiang
|
c3e33a96ea
Remove unused argument in wasm_runtime_lookup_function and refactor WASMModuleInstance (#3218)
|
2 年 前 |
Marcin Kolny
|
ce44e0ec0c
Allow converting the zero wasm address to native (#3215)
|
2 年 前 |
Wenyong Huang
|
0ee5ffce85
Refactor APIs and data structures as preliminary work for Memory64 (#3209)
|
2 年 前 |
Huang Qi
|
1429d8cc03
Fix inconsistent coding convention (#3171)
|
2 年 前 |
Marcin Kolny
|
e792c35822
Fix null pointer access in fast-interp when configurable soft bound check is enabled (#3150)
|
2 年 前 |
Marcin Kolny
|
a27ddece7f
Always allocate linear memory using mmap (#3052)
|
2 年 前 |
Enrico Loparco
|
0455071fc1
Access linear memory size atomically (#2834)
|
2 年 前 |
Huang Qi
|
0b29904f26
Fix configurable bounds checks typo (#2809)
|
2 年 前 |
Wenyong Huang
|
52db362b89
Refine lock/unlock shared memory (#2682)
|
2 年 前 |
Wenyong Huang
|
4b1a6e5017
Fix repeatedly initialize shared memory data and protect the memory's fields (#2673)
|
2 年 前 |
Enrico Loparco
|
83db970953
Add user to enlarge memory error callback (#2546)
|
2 年 前 |
Enrico Loparco
|
709127d631
Add callback to handle memory.grow failures (#2522)
|
2 年 前 |
YAMAMOTO Takashi
|
91592429f4
Fix memory sharing (#2415)
|
2 年 前 |
YAMAMOTO Takashi
|
8518197053
Remove a few unused functions (#2409)
|
2 年 前 |
Huang Qi
|
18092f86cc
Make memory access boundary check behavior configurable (#2289)
|
2 年 前 |
Wenyong Huang
|
76be848ec3
Implement the segue optimization for LLVM AOT/JIT (#2230)
|
2 年 前 |
Enrico Loparco
|
e8d718096d
Add/reorganize locks for thread synchronization (#1995)
|
3 年 前 |
Andy
|
3e8927a31b
Adding option to pass user data to allocator functions (#1765)
|
3 年 前 |
Wenyong Huang
|
a182926a73
Refactor interpreter/AOT module instance layout (#1559)
|
3 年 前 |
Wenyong Huang
|
d095876ae6
Enable memory leak check (#1429)
|
3 年 前 |