Wenyong Huang

Results 82 comments of Wenyong Huang

Hi, currently the attr parameter of pthread_create is ignored, not sure what the scheduling attributes are, could you provide more details? Normally it should be feasible to define structure pthread_attr_t...

@laldana73 Thanks for reporting the issue! I submitted PR #1109 to fix it, could you please try again? Thanks.

hi, the C APIs provided by runtime (wasm_export.h) and wasm-c-api (wasm_c_api.h) may be a little complex and not very convenient, for high level language binding, my personal suggestion is to...

Hi, we have a test, but cannot reproduce the issue, wondering which JIT mode is used, and which platform, which arch?

@abc767234318 Thanks for reporting the issue, I submitted PR #1372 to fix it, please try again.

Hi, there is global heap pool and app heap pool, please ref to the following link for more details: https://bytecodealliance.zulipchat.com/#narrow/stream/290350-wamr/topic/Memory.20model

> Check for 0 addresses can probably be elided as always within bounds, right @wenyongh? Yes, if the page count is not 0. In fact, if the const address and...

Close this issue as it was fixed.

@bxkai could you test whether #843 fixes the issue?