quickjs
quickjs copied to clipboard
#ifdef CONFIG_BIGNUM missing in qjs.c
Lines 457-458 need to be wrapped inside a #ifdef CONFIG_BIGNUM...#endif block, similar to lines 324-326.
https://github.com/bellard/quickjs/blob/2788d71e823b522b178db3b3660ce93689534e6d/qjs.c#L457
https://github.com/bellard/quickjs/blob/2788d71e823b522b178db3b3660ce93689534e6d/qjs.c#L324