commit 6f4d61291adbd973a05314fa8ad435213aab6e09
parent 18ab0c7d4f650d704911397f881c2208b7ee7e51
Author: William Casarin <jb55@jb55.com>
Date: Thu, 22 Jul 2021 15:10:56 -0700
increase labels
Signed-off-by: William Casarin <jb55@jb55.com>
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/wasm.c b/src/wasm.c
@@ -26,7 +26,7 @@
#define NUM_LOCALS 0xFFFF
#define WASM_PAGE_SIZE 65536
-static const int MAX_LABELS = 128;
+static const int MAX_LABELS = 256;
static int interp_code(struct wasm_interp *interp);