delete guileslop and add haskellslop

This commit is contained in:
2026-07-17 14:11:50 -06:00
parent d3cf938eb3
commit 388363397a
27 changed files with 143 additions and 28 deletions
+6
View File
@@ -0,0 +1,6 @@
(module
(import "env" "hello" (func $hello (result i32)))
(import "env" "hs_init" (func $hs-init (param i32 i32)))
(func (export "call-hello") (result i32)
(call $hs-init (i32.const 0) (i32.const 0))
(call $hello)))