We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
print_i64
1 parent 683e402 commit 89353e0Copy full SHA for 89353e0
interpreter/script/js.ml
@@ -37,6 +37,7 @@ let spectest = {
37
eq_funcref: eq_funcref,
38
print: console.log.bind(console),
39
print_i32: console.log.bind(console),
40
+ print_i64: console.log.bind(console),
41
print_i32_f32: console.log.bind(console),
42
print_f64_f64: console.log.bind(console),
43
print_f32: console.log.bind(console),
0 commit comments