Wenyong Huang

Results 82 comments of Wenyong Huang

@sophia-szady Thanks for uploading the PR! Not sure what is the purpose of the samples? And could you please remove the unused files, e.g. the unnecessary CMake files, and the...

Hi, the libc-wasi may depend on some thread related APIs, not sure whether they are required by single-thread mode, you might try providing the empty implementation (e.g. return 0) for...

@qinkunbao currently there is no plan to support wasm64 yet.

Close this issue as it was fixed.

@JamesMenetrey I submitted PR #1387 to fix this issue, could you please help check whether it works for you? Thanks.

@lucianoiam What is your complete command to run wamrc? In MacOS, the cpu name will be obtained when target/cpu/cpu-features aren't set, could you please help check whether the following code...

Yes, no need to add `--target` if the target is same as host.

@andrewrch wasm_engine_new_with_args() and the related structures are declared in wasm_c_api.h, please include it if you want to call this function, thanks.

Hi, the wasm_runtime_create_exec_env calls wasm_exec_env_create to create the exec_env, normally we should be able to call them in the enclave. Although in enclave-sample app the command for creating exec env...