Wenyong Huang

Results 323 comments of Wenyong Huang
trafficstars

Hi, @yamt, I found that you wanted to help look into this issue (https://github.com/bytecodealliance/wasm-micro-runtime/issues/1884#issuecomment-1916055375) and had submitted several PRs before, eg. #3106, #3107, not sure whether the issue is resolved...

Hi, we usually use the binarydump tool to generate the test_wasm.h: ```bash cd /test-tools/binarydump-tool mkdir build && cd build cmake .. && make ``` Refer to below for more details:...

@0xE282B0 thanks a lot for the advice. For examples on how to use the C SDK, maybe you can refer to: https://github.com/bytecodealliance/wasm-micro-runtime/blob/main/doc/embed_wamr.md https://github.com/bytecodealliance/wasm-micro-runtime/blob/main/samples/basic/src/main.c#L94-L150 And you can also enable libc-wasi, refer...

@0xE282B0 I have created `dev/rust_sdk` branch, could you please submit the PR to the branch? Thanks.

Hi, this issue is a combination of issue #2678 and issue #2773: different nan values are used in wamr and other runtimes and cause different input offset for the v128.load32_zero...

Hi, yes, I checked wasmtime-15.0.0 which was released in 2023-11-20., it reports "out of bounds memory access", but in the recent [dev](https://github.com/bytecodealliance/wasmtime/releases/tag/dev) release, it doesn't throw exception. Not sure why.

@XinyuShe I found that the outs of `f32x4.max` are different: ```wast (func $3 (result v128 v128 v128 v128) (local $0 v128) v128.const i32x4 0xbfe4b646 0xee2ae7a5 0x49ff9c4c 0x10fd4f0b local.set $0 nop...

> My change is only at file lib/wasm-micro-runtime/core/iwasm/interpreter/wasm_runtime.h lib/wasm-micro-runtime/core/iwasm/libraries/libc-wasi/libc_wasi_wrapper.c > > Notice there 146 files changes in this pull request so that mean some of change haven't been merge to...

@hasheddan Yes, that's great! Shall we add the `CMakeLists.txt` and `Kconfig` under `/zephry` folder? There is a `CMakeLists.txt` under `` already.

@hasheddan had better put them under `/zephry`, `core/shared/platform/zephyr` may be too deep and not easy to maintain.