issues
search
swiftwasm
/
WasmKit
WebAssembly Runtime written in Swift
https://swiftpackageindex.com/swiftwasm/WasmKit/main/documentation/wasmkit
MIT License
226
stars
8
forks
source link
Fix new interpreter regressions
#116
Closed
kateinoigakukun
closed
2 months ago
kateinoigakukun
commented
2 months ago
Fix regression in
br_if
instruction translation
Remove redundant current memory update
Setup execution fuzzing target
Fix memory leak in BumpAllocator
Relax RSS limit for fuzzing 32-bit space
Validate entity indices before creating ExternalValue instances
Set up soft limit for memory and table growth
Validate the start function index
Deallocate memory buffer itself in BumpAllocator deinit
Throw error instead of crashing when there are dangling labels
TODO
[x] Fuzz-check difference with reference engine implementation
[x] Fix coremarm execution on Linux
br_if
instruction translationTODO