2
2
3
3
#include "quickjs-libc.h"
4
4
5
- const uint32_t qjsc_fib_module_size = 282 ;
5
+ const uint32_t qjsc_fib_module_size = 290 ;
6
6
7
- const uint8_t qjsc_fib_module [282 ] = {
7
+ const uint8_t qjsc_fib_module [290 ] = {
8
8
0x13 , 0x03 , 0x01 , 0x2c , 0x65 , 0x78 , 0x61 , 0x6d ,
9
9
0x70 , 0x6c , 0x65 , 0x73 , 0x2f , 0x66 , 0x69 , 0x62 ,
10
10
0x5f , 0x6d , 0x6f , 0x64 , 0x75 , 0x6c , 0x65 , 0x2e ,
@@ -19,8 +19,9 @@ const uint8_t qjsc_fib_module[282] = {
19
19
0xb4 , 0xa7 , 0xea , 0x03 , 0xb4 , 0x28 , 0xd1 , 0xb5 ,
20
20
0xac , 0xea , 0x03 , 0xb5 , 0x28 , 0xdd , 0xd1 , 0xb5 ,
21
21
0x9e , 0xef , 0xdd , 0xd1 , 0xb6 , 0x9e , 0xef , 0x9d ,
22
- 0x28 , 0xc0 , 0x03 , 0x02 , 0x08 , 0x06 , 0x00 , 0x0f ,
23
- 0x0e , 0x10 , 0x1b , 0x1a , 0x8d , 0x01 , 0x66 , 0x75 ,
22
+ 0x28 , 0xc0 , 0x03 , 0x02 , 0x08 , 0x0e , 0x09 , 0x0c ,
23
+ 0x27 , 0x0a , 0x28 , 0x02 , 0x07 , 0x08 , 0x11 , 0x0a ,
24
+ 0x07 , 0x08 , 0x07 , 0x08 , 0x8d , 0x01 , 0x66 , 0x75 ,
24
25
0x6e , 0x63 , 0x74 , 0x69 , 0x6f , 0x6e , 0x20 , 0x66 ,
25
26
0x69 , 0x62 , 0x28 , 0x6e , 0x29 , 0x0a , 0x7b , 0x0a ,
26
27
0x20 , 0x20 , 0x20 , 0x20 , 0x69 , 0x66 , 0x20 , 0x28 ,
@@ -43,9 +44,9 @@ const uint8_t qjsc_fib_module[282] = {
43
44
0x00 , 0x00 ,
44
45
};
45
46
46
- const uint32_t qjsc_hello_module_size = 183 ;
47
+ const uint32_t qjsc_hello_module_size = 187 ;
47
48
48
- const uint8_t qjsc_hello_module [183 ] = {
49
+ const uint8_t qjsc_hello_module [187 ] = {
49
50
0x13 , 0x07 , 0x01 , 0x30 , 0x65 , 0x78 , 0x61 , 0x6d ,
50
51
0x70 , 0x6c , 0x65 , 0x73 , 0x2f , 0x68 , 0x65 , 0x6c ,
51
52
0x6c , 0x6f , 0x5f , 0x6d , 0x6f , 0x64 , 0x75 , 0x6c ,
@@ -67,8 +68,9 @@ const uint8_t qjsc_hello_module[183] = {
67
68
0x00 , 0x00 , 0x00 , 0x42 , 0xe4 , 0x00 , 0x00 , 0x00 ,
68
69
0x04 , 0xe6 , 0x00 , 0x00 , 0x00 , 0x65 , 0x00 , 0x00 ,
69
70
0xbc , 0x0a , 0xef , 0x24 , 0x02 , 0x00 , 0x0e , 0x06 ,
70
- 0x2e , 0xc0 , 0x03 , 0x01 , 0x01 , 0x08 , 0x18 , 0x28 ,
71
- 0x36 , 0x17 , 0x62 , 0x00 , 0x2a , 0x20 , 0x00 ,
71
+ 0x2e , 0xc0 , 0x03 , 0x01 , 0x01 , 0x0c , 0x00 , 0x04 ,
72
+ 0x08 , 0x00 , 0x34 , 0x10 , 0x30 , 0x0f , 0x34 , 0x10 ,
73
+ 0x2a , 0x20 , 0x00 ,
72
74
};
73
75
74
76
static JSContext * JS_NewCustomContext (JSRuntime * rt )
0 commit comments