Wenyong Huang

Results 82 comments of Wenyong Huang

Some of the changes really impact the current wasm app, for example, the implementation of wasi_sock_ext is changed, which will be linked into wasm app, and the signatures of sock_addr_local/sock_addr_remote/sock_addr_resolve...

> > the signatures of sock_addr_local/sock_addr_remote/sock_addr_resolve > > @wenyongh I understand your concerns and I agree those APIs have changed. However, they did not have the implementation, so I'm not...

@erxiaozhou Thanks a lot, please try #1504.

@sk-takeda Thanks a lot! We fixed it in #1428.

Thanks, this should be a typo, simd is also supported for aarch64, ref to PR: [ https://github.com/bytecodealliance/wasm-micro-runtime/pull/610](https://github.com/bytecodealliance/wasm-micro-runtime/pull/610)

@yamt yes, it should be a good time to provide some binary releases, our suggestion is to provide: iwasm, wamrc, wamr-sdk, lldb and wamr-ide (vscode extension). Each of them has...

> > Wamr is using a separate repo to maintain WASI test suites . It is forked from another open source project and kind of out-of-date, but still a good...

It is invalid to call pure C function directly since the wrapper function must have an extra argument `exec_env` which is passed from runtime when calling it.

@loganek Yes, there wasn't update for a long time, let's close this PR. @sophia-szady if there is new update, please re-open this PR or create another PR, thanks.