chore: revert CHAR_BIT

main
Sean McBride 4 years ago
parent 003d6c6311
commit f66ecf96f9

@ -3,8 +3,6 @@
#include <math.h>
#include <types.h>
#define CHAR_BIT 8
// TODO: Throughout here we use `assert` for error conditions, which isn't optimal
// Instead we should use `unlikely` branches to a single trapping function (which should optimize better)
// The below functions are for implementing WASM instructions

Loading…
Cancel
Save