the BigInt support is now always included

This commit is contained in:
bellard
2023-12-04 19:26:32 +01:00
parent 03cc5ecc88
commit 94010edb57
6 changed files with 553 additions and 963 deletions

2
qjsc.c
View File

@@ -76,9 +76,7 @@ static const FeatureEntry feature_list[] = {
{ "promise", "Promise" },
#define FE_MODULE_LOADER 9
{ "module-loader", NULL },
#ifdef CONFIG_BIGNUM
{ "bigint", "BigInt" },
#endif
};
void namelist_add(namelist_t *lp, const char *name, const char *short_name,