Skip to content

Commit

Permalink
Gc.minor
Browse files Browse the repository at this point in the history
  • Loading branch information
chambart committed Jul 29, 2023
1 parent 883f1e0 commit be53e2b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions wasm/imports_binaryen.wast
Original file line number Diff line number Diff line change
Expand Up @@ -546,6 +546,8 @@

(func (export "caml_gc_major") (param (ref eq)) (result (ref eq))
(i31.new (i32.const 0)))
(func (export "caml_gc_minor") (param (ref eq)) (result (ref eq))
(i31.new (i32.const 0)))

(func (export "caml_sys_const_naked_pointers_checked") (param (ref eq)) (result (ref eq))
(i31.new (i32.const 0)))
Expand Down

0 comments on commit be53e2b

Please sign in to comment.