gpt4 book ai didi

webassembly - 需要一个 WebAssembly 的 "br_table"指令的例子

转载 作者:行者123 更新时间:2023-12-05 04:07:11 27 4
gpt4 key购买 nike

我需要一个 WebAssembly 的“br_table”指令示例,因为我不知道如何直接以 WebAssembly 文本格式使用该指令。

就像下面的代码,我看不出它的构造结构对应的是哪一部分。哪一部分是它的“default_target”或“target_table”等等?

(br_table 0 1 2 (i32.const 16) (get_local 0))

enter image description here

最佳答案

如果您只需要一个语法示例,WebAssembly test suite是一个很好的引用。 br_table 规范测试在这里:

https://github.com/WebAssembly/testsuite/blob/master/br_table.wast

这是一个例子:

(br_table 1 1 1 (i32.const 5) (i32.const 1))

关于webassembly - 需要一个 WebAssembly 的 "br_table"指令的例子,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/48870778/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com