chore: refactor out u8

main
Sean McBride 4 years ago
parent 59c44f90e6
commit 7f9ffe236e

@ -37,7 +37,6 @@
/* Type alias's so I don't have to write uint32_t a million times */
typedef signed char i8;
typedef unsigned char u8;
/* FIXME: per-module configuration? */
#define WASM_PAGE_SIZE (1024 * 64) /* 64KB */

Loading…
Cancel
Save