Skip to content

Commit 72063f2

Browse files
committed
Just update assembly and use single padded object
1 parent bf3561f commit 72063f2

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

psm/src/arch/wasm32.o

3 Bytes
Binary file not shown.

psm/src/arch/wasm32.s

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,3 +58,6 @@ rust_psm_replace_stack:
5858
call_indirect (i32) -> ()
5959
unreachable
6060
end_function
61+
62+
# Fill bytes to align to 8 byte boundary
63+
.fill 3, 1, 0

psm/src/arch/wasm32_pad.o

-408 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)