From d4c837216a5ff2d207fa116181d17d929a738fdd Mon Sep 17 00:00:00 2001 From: Camden Dixie O'Brien Date: Sun, 15 Mar 2026 13:58:33 +0000 Subject: [PATCH] Add f32 type --- asm.js | 1 + 1 file changed, 1 insertion(+) diff --git a/asm.js b/asm.js index 4417384..031ec44 100644 --- a/asm.js +++ b/asm.js @@ -135,6 +135,7 @@ const types = { "void": 0x40, "func": 0x60, "funcref": 0x70, + "f32": 0x7d, "i32": 0x7f, };