Skip to content

Commit

Permalink
update codegen
Browse files Browse the repository at this point in the history
  • Loading branch information
ririyeye committed Aug 12, 2024
1 parent 8a12a64 commit 3b1931f
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/bundles/c/core/core.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

#include <inttypes.h>

const uint32_t tjs__core_size = 26901;
#define tjs__core_size 26901

const uint8_t tjs__core[26901] = {
0x0c, 0x8d, 0x03, 0x0e, 0x63, 0x6f, 0x72, 0x65,
Expand Down
2 changes: 1 addition & 1 deletion src/bundles/c/core/polyfills.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

#include <inttypes.h>

const uint32_t tjs__polyfills_size = 256601;
#define tjs__polyfills_size 256601

const uint8_t tjs__polyfills[256601] = {
0x0c, 0xd3, 0x11, 0x18, 0x70, 0x6f, 0x6c, 0x79,
Expand Down
2 changes: 1 addition & 1 deletion src/bundles/c/core/run-main.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

#include <inttypes.h>

const uint32_t tjs__run_main_size = 6833;
#define tjs__run_main_size 6833

const uint8_t tjs__run_main[6833] = {
0x0c, 0xc4, 0x01, 0x16, 0x72, 0x75, 0x6e, 0x2d,
Expand Down
2 changes: 1 addition & 1 deletion src/bundles/c/core/run-repl.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

#include <inttypes.h>

const uint32_t tjs__run_repl_size = 16245;
#define tjs__run_repl_size 16245

const uint8_t tjs__run_repl[16245] = {
0x0c, 0xec, 0x02, 0x16, 0x72, 0x75, 0x6e, 0x2d,
Expand Down
2 changes: 1 addition & 1 deletion src/bundles/c/core/worker-bootstrap.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

#include <inttypes.h>

const uint32_t tjs__worker_bootstrap_size = 640;
#define tjs__worker_bootstrap_size 640

const uint8_t tjs__worker_bootstrap[640] = {
0x0c, 0x10, 0x16, 0x6d, 0x65, 0x73, 0x73, 0x61,
Expand Down

0 comments on commit 3b1931f

Please sign in to comment.