YAMAMOTO Takashi
|
5d48cfdbc0
introduce wasm_runtime_instantiate_ex2 (#4444)
|
6 mēneši atpakaļ |
TianlongLiang
|
8a55a1e7a1
Shared heap enhancements for Interpreter and AOT (#4400)
|
6 mēneši atpakaļ |
liang.he
|
e414a327a0
Refactor copy callstack feature (#4401)
|
6 mēneši atpakaļ |
Alix ANNERAUD
|
c018b8ab98
feat: Add instruction metering for interpreter (#4122)
|
7 mēneši atpakaļ |
Marcin Kolny
|
efa8019bdb
Merge dev/simd for fast-interp (#4131)
|
10 mēneši atpakaļ |
Georgii Rylov
|
fc3077b74d
address comments
|
10 mēneši atpakaļ |
Georgii Rylov
|
a5d8c0b477
define if not defined
|
10 mēneši atpakaļ |
Georgii Rylov
|
857e6b73c8
formatting
|
10 mēneši atpakaļ |
Georgii Rylov :slightly_smiling_face
|
cc3f0a096b
Cleaning up
|
10 mēneši atpakaļ |
Georgii Rylov :slightly_smiling_face
|
32338bb7d6
Copy read only API behind a flag instead of using user defined callback
|
10 mēneši atpakaļ |
Georgii Rylov
|
1f4d3dd4d4
clang-format
|
11 mēneši atpakaļ |
Georgii Rylov
|
68e4534822
Iterate callstack API
|
1 gadu atpakaļ |
Wenyong Huang
|
74d2427fdc
Allow to set native stack boundary to exec_env (#3862)
|
1 gadu atpakaļ |
YAMAMOTO Takashi
|
f453d9d5ce
Appease GCC strict prototypes warning (#3775)
|
1 gadu atpakaļ |
Enrico Loparco
|
3b8ef89110
Clone data segments when specified with load args (#3463)
|
1 gadu atpakaļ |
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 gadu atpakaļ |
Marcin Kolny
|
fe5e7a9981
Implement Memory64 support for AOT (#3362)
|
1 gadu atpakaļ |
Benbuck Nason
|
ca61184ced
Fix some spelling issues (#3385)
|
1 gadu atpakaļ |
YAMAMOTO Takashi
|
410ee580ae
Add wasm_runtime_detect_native_stack_overflow_size (#3355)
|
1 gadu atpakaļ |
Wenyong Huang
|
a23fa9f86c
Implement memory64 for classic interpreter (#3266)
|
1 gadu atpakaļ |
TianlongLiang
|
c3e33a96ea
Remove unused argument in wasm_runtime_lookup_function and refactor WASMModuleInstance (#3218)
|
1 gadu atpakaļ |
Wenyong Huang
|
0ee5ffce85
Refactor APIs and data structures as preliminary work for Memory64 (#3209)
|
1 gadu atpakaļ |
Enrico Loparco
|
7692f32a94
Allow overriding max memory on module instantiation (#3198)
|
1 gadu atpakaļ |
Wenyong Huang
|
16a4d71b34
Implement GC (Garbage Collection) feature for interpreter, AOT and LLVM-JIT (#3125)
|
1 gadu atpakaļ |
Marcin Kolny
|
a27ddece7f
Always allocate linear memory using mmap (#3052)
|
1 gadu atpakaļ |
Marcin Kolny
|
ffa131b5ac
Allow using mmap for shared memory if hw bound check is disabled (#3029)
|
2 gadi atpakaļ |
Wenyong Huang
|
b21f17dd6d
Refine AOT/JIT code call wasm-c-api import process (#2982)
|
2 gadi atpakaļ |
Wenyong Huang
|
c43e4505da
Allow to set segue flags for wasm-c-api JIT (#2926)
|
2 gadi atpakaļ |
liang.he
|
5c3ad0279a
Enable AOT linux perf support (#2930)
|
2 gadi atpakaļ |
Maks Litskevich
|
63696ba603
Fix typo in CI config and suppress STORE_U8 in TSAN (#2802)
|
2 gadi atpakaļ |