Skip to content

Commit 7e64778

Browse files
committed
v3: vfmt wasm backend files
1 parent 63e43d7 commit 7e64778

3 files changed

Lines changed: 486 additions & 181 deletions

File tree

vlib/v3/gen/wasm/encode.v

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ pub fn (m &Module) compile() []u8 {
254254
// memory section (5)
255255
mut msec := []u8{}
256256
leb_u(mut msec, 1) // one memory
257-
msec << 0x00 // limits: min only
257+
msec << 0x00 // limits: min only
258258
leb_u(mut msec, u64(m.mem_min))
259259
section(mut out, 0x05, msec)
260260

0 commit comments

Comments
 (0)