Add f32 type

This commit is contained in:
2026-03-15 13:58:33 +00:00
parent c93e9009da
commit d4c837216a

1
asm.js
View File

@@ -135,6 +135,7 @@ const types = {
"void": 0x40, "void": 0x40,
"func": 0x60, "func": 0x60,
"funcref": 0x70, "funcref": 0x70,
"f32": 0x7d,
"i32": 0x7f, "i32": 0x7f,
}; };