Refactor our bits.h to help with asm.js version.

This commit is contained in:
Brad Nelson
2022-07-10 19:38:19 -07:00
parent 9a2555d884
commit 992f243c09
4 changed files with 51 additions and 1 deletions

View File

@ -14,6 +14,7 @@
static char filename[PATH_MAX];
{{bits}}
{{core}}
{{interp}}
{{boot}}