Skip to content

Commit

Permalink
Int64 is not final
Browse files Browse the repository at this point in the history
  • Loading branch information
zapashcanon committed Oct 11, 2024
1 parent 2632c9f commit 6a55582
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wasm/imports.wat
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
(module
(type $Float (sub (struct (field (mut f64)))))
(type $Int64 (struct (field (mut i64))))
(type $Int64 (sub (struct (field (mut i64)))))
(type $String (sub (array (mut i8))))
(type $Array (sub (array (mut (ref eq)))))
(type $Gen_block (sub (array (mut (ref eq)))))
Expand Down

0 comments on commit 6a55582

Please sign in to comment.