Activity
Implement file related function and simplify function declaration
Implement file related function and simplify function declaration
Pull request merge
Fix argument passing
Fix argument passing
Pull request merge
WASI: add args_get and args_sizes_get
WASI: add args_get and args_sizes_get
Pull request merge
WASI: Enable debug build if walrus is a debug build
WASI: Enable debug build if walrus is a debug build
Pull request merge
Implement fd_fdstat_get.
Implement fd_fdstat_get.
Pull request merge
Implement clock related functions in wasi
Implement clock related functions in wasi
Pull request merge
Support TargetFeatures section
Support TargetFeatures section
Pull request merge
Support large initial memory allocation
Support large initial memory allocation
Pull request merge
Fix floating point conversions in JIT
Fix floating point conversions in JIT
Pull request merge
Fix float splat with immediate in JIT
Fix float splat with immediate in JIT
Pull request merge
Fix call_indirect dump to correctly print values
Fix call_indirect dump to correctly print values
Pull request merge
Support short (8/16 bit) atomic RMW operations on RISCV
Support short (8/16 bit) atomic RMW operations on RISCV
Pull request merge
Fix a crash in try-catch
Fix a crash in try-catch
Pull request merge
Implement relaxed simd operations on ARM-32
Implement relaxed simd operations on ARM-32
Pull request merge
Implement relaxed simd operations on ARM-64
Implement relaxed simd operations on ARM-64
Pull request merge
Implement relaxed simd operations on x86
Implement relaxed simd operations on x86
Pull request merge
Implement relaxed simd in the interpreter
Implement relaxed simd in the interpreter
Pull request merge
Cache memory data in instance
Cache memory data in instance
Pull request merge
Fixes for atomic on 32 bit
Fixes for atomic on 32 bit
Pull request merge
Cache instance instead of context in a saved register
Cache instance instead of context in a saved register
Pull request merge
Improve memory cache stack usage
Improve memory cache stack usage
Pull request merge
Reduce stack usage of jit
Reduce stack usage of jit
Pull request merge
Jit: Threads: Add Fence, Wait, and Notify
Jit: Threads: Add Fence, Wait, and Notify
Pull request merge
Improve atomic operations
Improve atomic operations
Pull request merge
Jit: Threads: Add RmwCmpxchg
Jit: Threads: Add RmwCmpxchg
Pull request merge
Introducing base classes for more byte codes
Introducing base classes for more byte codes
Pull request merge