From d2798b80b02e62d3552fed8dfe0555a455d6f0d6 Mon Sep 17 00:00:00 2001 From: Dean Srebnik <49134864+load1n9@users.noreply.github.com> Date: Thu, 14 Sep 2023 08:35:51 -0400 Subject: [PATCH] feat: raw wasm tips --- examples/tip.whi | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/examples/tip.whi b/examples/tip.whi index 3231bda..143f676 100644 --- a/examples/tip.whi +++ b/examples/tip.whi @@ -1,6 +1,9 @@ export fn test() { #(wasm_bytes) { - 0,15,11 - } - -} \ No newline at end of file + 65, + 0, + 16, + 0, + 11 + } +}