Skip to content

Commit

Permalink
KILL
Browse files Browse the repository at this point in the history
  • Loading branch information
vouillon committed Feb 18, 2025
1 parent 414a942 commit 23ab7cd
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions runtime/wasm/effect.wat
Original file line number Diff line number Diff line change
Expand Up @@ -769,26 +769,4 @@
(throw $ocaml_exception (local.get $exn)))))
(global.set $effect_allowed (local.get $saved_effect_allowed))
(local.get $res))

(@if wasi
(@then
(func (export "%perform") (param (ref eq)) (result (ref eq))
(call $caml_failwith (@string "perform not implemented"))
(ref.i31 (i32.const 0)))

(func (export "%reperform")
(param (ref eq) (ref eq) (ref eq)) (result (ref eq))
(call $caml_failwith (@string "reperform not implemented"))
(ref.i31 (i32.const 0)))

(func (export "%resume")
(param (ref eq) (ref eq) (ref eq) (ref eq)) (result (ref eq))
(call $caml_failwith (@string "resume not implemented"))
(ref.i31 (i32.const 0)))

(func (export "caml_alloc_stack")
(param (ref eq) (ref eq) (ref eq)) (result (ref eq))
(call $caml_failwith (@string "caml_alloc_stack not implemented"))
(ref.i31 (i32.const 0)))
))
)

0 comments on commit 23ab7cd

Please sign in to comment.