Wenyong Huang
Wenyong Huang
@bashor thanks for the wat files and the new samples, there are several issues in the handling of exception handling and GC, I submitted PR #3586 to fix them and...
@bashor welcome, please feel free to file issues, we will try to fix them.
@bashor I submitted PR #3447, and now it should be able to run this case successfully in interpreter mode. But it only supports the nested constant initializer expression like `struct.new...
@bashor Welcome, I looked into this case and fixed several issues in wasm loader, now iwasm can run this case successfully, please try PR #3447 again.
https://github.com/bytecodealliance/wasm-micro-runtime/pull/2350
Hi, the AOT stack frame feature is already supported in the main branch: it was merged into branch dev/gc_refactor, and the latter was merged into main. Please refer to: https://github.com/bytecodealliance/wasm-micro-runtime/blob/main/doc/build_wamr.md#enable-aot-stack-frame-feature...
Maybe we can create the export list first, and then sort the list by name, and then check whether the contiguous two exports have the same name, and report error...
OK, got it, thanks.
@yamt I tried to refine the code to quick-search (bsearch) the wasm/aot export with name, by sorting the export list by name after loading the list. But it runs failed...
@WenLY1 thanks for uploading the PR, I have created branch [dev/shared_heap](https://github.com/bytecodealliance/wasm-micro-runtime/tree/dev/shared_heap) as discussed, please submit the PR to that branch instead.