Skip to content

Commit

Permalink
Small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vouillon committed Sep 13, 2024
1 parent d30fe1f commit 5e9c0ea
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions runtime/wasm/version-dependent/pre-5.2.wat
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@
(func $caml_ml_mutex_unlock (param (ref eq)) (result (ref eq))))
(import "domain" "caml_domain_latest_id"
(global $caml_domain_latest_id (mut i32)))
(import "domain" "caml_domain_id"
(global $caml_domain_id (mut i32)))

(func (export "caml_runtime_events_user_write")
(param (ref eq)) (param (ref eq)) (result (ref eq))
Expand Down

0 comments on commit 5e9c0ea

Please sign in to comment.