This commit is contained in:
2026-06-21 23:55:17 -06:00
commit ef5362cc25
13 changed files with 167 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
(module
(func $get (result i32)
i32.const 123)
(export "demo:importing/provider@0.1.0#get" (func $get)))