Add support for embedding LuaJIT bytecode for builtins.

This commit is contained in:
Mike Pall
2013-02-22 01:40:41 +01:00
parent c3219b7d17
commit e20157c6e6
12 changed files with 199 additions and 31 deletions

12
src/host/buildvm_libbc.h Normal file
View File

@@ -0,0 +1,12 @@
/* This is a generated file. DO NOT EDIT! */
static const int libbc_endian = 0;
static const uint8_t libbc_code[] = {
0
};
static const struct { const char *name; int ofs; } libbc_map[] = {
{NULL,0}
};