Wenyong Huang

Results 82 comments of Wenyong Huang

@oznfc, c# embedding support isn't supported currently, could you please refer to the C binding or Go binding to enable it by yourself? https://github.com/bytecodealliance/wasm-micro-runtime/tree/main/language-bindings/go https://github.com/bytecodealliance/wasm-micro-runtime/blob/main/doc/embed_wamr.md Thanks.

@Zhangyx24 I tested the cases, for test1.wast, the interpreter's result and AOT's result are the same and as expected. For test2.wast, the result is not as expected because that there...

@edmundwz Thanks for reporting the issue! It is really a bug, we have submitted patch #1005 to fix it and updated sample basic to test wasm_runtime_call_wasm_a.

Hi, not sure what you want to save to disk, the WASM or AOT file which is readonly and not to be changed again, or the module instance data in...

Hi, currently in AOT module structure there are global exports, but the related global export instances in AOT module instance are not created yet. Yes, we may create them in...

Hi, have you found any issue when using WAMR in Thumb? If not, could you please disable `-Wcast-align` when building libwarm.a? It really takes effort to clear the warnings, which...

Hi, BH is short for Beihai, which is the code name of an internal project, hope it doesn't make confusing:)

Hi, have you added the `-Wl,--allow-undefined,--no-check-features` option to wasi-sdk?

Hi, thanks for reporting issue, it should be `void timer_update(user_timer_t timer)`, we will upload a patch to fix it soon.

@loganek Are there any PRs to submit to dev/socket recently? Shall we merge the changes from dev/socket into main firstly, since we are planning to release a new version of...