We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
无论是 wasm_load 还是 aot_load_from_aot_file,都未初始化 stdio 数组项。这导致 Windows 平台下 wasm_runtime_instantiate 内调用 wasm_runtime_init_wasi 时 stdinfd stdoutfd stderrfd 传入了 0。win_file.c 中使用的 INVALID_HANDLE_VALUE 值为 -1。
The text was updated successfully, but these errors were encountered:
Thanks for reporting it. #4092 is supposed to fix that. Please review it.
Sorry, something went wrong.
os_get_invalid_handle 的返回类型不是原始的文件句柄。 #4092 (comment)
Successfully merging a pull request may close this issue.
无论是 wasm_load 还是 aot_load_from_aot_file,都未初始化 stdio 数组项。这导致 Windows 平台下 wasm_runtime_instantiate 内调用 wasm_runtime_init_wasi 时 stdinfd stdoutfd stderrfd 传入了 0。win_file.c 中使用的 INVALID_HANDLE_VALUE 值为 -1。
The text was updated successfully, but these errors were encountered: