Skip to content

Commit 129f4e8

Browse files
committed
[interpreter] Fix CI
1 parent 025e84c commit 129f4e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

interpreter/jslib/wast.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ let () =
99
(object%js (_self)
1010

1111
method encode (s : Js.js_string Js.t) : (Typed_array.arrayBuffer Js.t) =
12-
let _, def = Parse.Module.from_string (Js.to_string s) in
12+
let _, def = Parse.Module.parse_string (Js.to_string s) in
1313
let bs =
1414
match def.Source.it with
1515
| Script.Textual m -> (Encode.encode m)

0 commit comments

Comments
 (0)