This commit is contained in:
2026-06-21 23:55:17 -06:00
commit ef5362cc25
13 changed files with 167 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
package demo:importing@0.1.0;
interface provider {
get: func() -> u32;
}
world example {
export provider;
}