wasm_exec_result
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
The result of executing a WebAssembly function with
repository_ctx.execute_wasm(). It contains the function's
return value and output buffer.
If execution failed before the function returned then the return code will be negative
and the error_message field will be set.
Members
error_message
string wasm_exec_result.error_message
Contains an error message if execution failed before the function returned.
output
string wasm_exec_result.output
The content of the output buffer returned by the WebAssembly function.
return_code
long wasm_exec_result.return_code
The return value of the WebAssembly function, or a negative value if execution
was terminated before the function returned.
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-10-30。
[null,null,["最后更新时间 (UTC):2025-10-30。"],[],[]]