From 9f1e178ce898cd6ffd1e87bfbc66999071f7a098 Mon Sep 17 00:00:00 2001 From: Bernard Kolobara Date: Mon, 3 Jan 2022 17:12:06 +0100 Subject: Fix type error (#4196) --- wasm.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wasm.html.markdown') diff --git a/wasm.html.markdown b/wasm.html.markdown index 81344abe..4de7107f 100644 --- a/wasm.html.markdown +++ b/wasm.html.markdown @@ -42,7 +42,7 @@ contributors: ;; To set them to a value, we can use .const: (local.set $int_32 (i32.const 16)) - (local.set $int_32 (i64.const 128)) + (local.set $int_64 (i64.const 128)) (local.set $float_32 (f32.const 3.14)) (local.set $float_64 (f64.const 1.28)) ) -- cgit v1.2.3