TianlongLiang
TianlongLiang
When dealing with non-gc enabled funcref/externref, need to make sure to push them as i32 type
# Summary Plan to implement basic support for the memory64 proposal, first focusing on the classic interpreter and AOT running modes. ## Overview of Basic Support Plan With basic support...
# Summary Plan to implement basic support for the multi-memory proposal, first focusing on the classic interpreter and AOT running modes. ## Overview of Basic Support Plan With basic support...
In classic-interpreter, fast-interpreter, and fast-jit running modes, set the local variables' default value to NULL_REF rather than 0 if they are externref and funcref This PR will fix #3390 #3391
**Describe the bug** A clear and concise description of what the bug is: When I run `cargo test` two test case failed. ```shell test getrandom_intercepted ... FAILED test rdrand_rdseed_is_masked ......
Implement multi-memory for classic-interpreter. Support core spec (and bulk memory) opcodes now, will support atomic opcodes, and add multi-memory export APIs in the future. PS: Multi-memory spec test patched a...
In `wamrc` compiler, allow the user to control stack boundary check when boundary check is enabled. Now the code logic is: 1. When `--stack-bounds-checks` is not set, it will be...
As suggested in #3829, in release CI add zip/tar.gz artifacts named iwasm-gc-eh-{version}-{platform} for `iwasm` which supports experimental features garbage collection and exception handling. Also, add a command line option to...
Basic support for memory64 is finished(details can be found in [this issue](#3091)), and this issue is opened to track table64 extension support for memory64. ## Overview The core idea is...