TianlongLiang

Results 152 comments of TianlongLiang

Hi, @cosmo0920 we have fixed all linter errors and infos, and most of the warnings except DL3008 and DL3013 because the unlikely nature of such conflict will occur for the...

Hi, WAMR does support compiling iwasm on [ios platform](https://github.com/bytecodealliance/wasm-micro-runtime/tree/main/product-mini/platforms/ios). You can click the link to see whether this is what you need.

Hi, the reason you get both the error message `fast jit compilation failed: Error: unsupported opcode` and the successful execution result `:v128` is you are using the Multi-tier JIT enabled...

For your first question, could you please tell me which version of `wabt` you are using? It may not have SIMD proposal enabled as the default. For your second question,...

Hi, my `wabt` is a little outdated, it's 1.0.29 and it displays another error message: ```shell v128.load64_lane_2635_10_1703418883268537.wasm:0000523: error: type mismatch in f64x2.convert_low_i32x4_u, expected [v128] but got [... i32] v128.load64_lane_2635_10_1703418883268537.wasm:00005a3: error:...

Hi, after further investigation, we found out this test case is caused by the incorrect handling of the sub-opcode of the SIMD opcode, and #3115 should fix this problem. Thanks...

Hi, we don't support it yet. You can refer to #2919, where potential solutions are discussed. We will keep you updated once decisions are made and such features are implemented.

We do have support for multiple MCU platforms with Zephyr-OS, you can refer to [this directory](https://github.com/bytecodealliance/wasm-micro-runtime/tree/main/product-mini/platforms/zephyr/simple). I think in most cases (including STM32 with Zephyr-OS you asked), you don't have...

Hi, you can modify the configuration directly, maybe try to double the `Max linear memory size`, and add malloc and free to `Exported symbols`, like `main, malloc, free`. After the...

Hi, are you using Win 11 or Win 10? I will try it on my windows and see if I encounter the same problem. If everything is fine at my...