Closer to asm.js validation.

This commit is contained in:
Brad Nelson
2022-07-10 22:41:57 -07:00
parent 22bcae911f
commit 496b7d8c81
4 changed files with 55 additions and 28 deletions

View File

@ -15,6 +15,8 @@
#include <stdio.h>
#include <string.h>
#define JMPW break decode
#include "common/opcodes.h"
#include "common/floats.h"
#include "common/bits.h"