You've already forked wit-bindgen
mirror of
https://github.com/AdaCore/wit-bindgen.git
synced 2026-02-12 13:12:42 -08:00
* 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>
11 lines
151 B
Plaintext
11 lines
151 B
Plaintext
package foo:foo
|
|
|
|
world bindings {
|
|
import component
|
|
}
|
|
|
|
interface component {
|
|
type value = tuple<>
|
|
query-eval: func(q: u64) -> list<value>
|
|
}
|