fix stack alignment

Signed-off-by: Sean Cross <sean@xobs.io>
This commit is contained in:
2024-01-01 19:13:21 +08:00
parent f13d476a9f
commit 48206ee23c
4 changed files with 352 additions and 205 deletions

View File

@@ -1,5 +1,7 @@
#![allow(dead_code)]
pub mod memoryflags;
#[derive(Debug, Copy, Clone)]
pub enum Message {
MutableBorrow = 0,