Files
wit-bindgen/tests/codegen/zero-size-tuple.wit
Jiaxiao Zhou ede00f0bf3 fix(go): enable all the codegen tests for go generator (#588)
* update go generator to re-enable codegen-tests

Signed-off-by: Jiaxiao Zhou (Mossaka) <duibao55328@gmail.com>

* Re-enable runtime tests

Signed-off-by: Jiaxiao Zhou (Mossaka) <duibao55328@gmail.com>

* enable all the runtime tests

Signed-off-by: Jiaxiao Zhou (Mossaka) <duibao55328@gmail.com>

* adds variants test

Signed-off-by: Jiaxiao Zhou (Mossaka) <duibao55328@gmail.com>

---------

Signed-off-by: Jiaxiao Zhou (Mossaka) <duibao55328@gmail.com>
2023-05-31 09:38:07 -05:00

11 lines
151 B
Plaintext

package foo:foo
world bindings {
import component
}
interface component {
type value = tuple<>
query-eval: func(q: u64) -> list<value>
}