File tree Expand file tree Collapse file tree 1 file changed +25
-1
lines changed
lib/node_modules/@stdlib/math/base/special/exp2 Expand file tree Collapse file tree 1 file changed +25
-1
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"options" : {
3
- "task" : " build"
3
+ "task" : " build" ,
4
+ "wasm" : false
4
5
},
5
6
"fields" : [
6
7
{
27
28
"confs" : [
28
29
{
29
30
"task" : " build" ,
31
+ "wasm" : false ,
30
32
"src" : [
31
33
" ./src/main.c"
32
34
],
47
49
},
48
50
{
49
51
"task" : " benchmark" ,
52
+ "wasm" : false ,
50
53
"src" : [
51
54
" ./src/main.c"
52
55
],
66
69
},
67
70
{
68
71
"task" : " examples" ,
72
+ "wasm" : false ,
73
+ "src" : [
74
+ " ./src/main.c"
75
+ ],
76
+ "include" : [
77
+ " ./include"
78
+ ],
79
+ "libraries" : [],
80
+ "libpath" : [],
81
+ "dependencies" : [
82
+ " @stdlib/math/base/assert/is-nan" ,
83
+ " @stdlib/constants/float64/max-base2-exponent" ,
84
+ " @stdlib/constants/float64/pinf" ,
85
+ " @stdlib/math/base/special/round" ,
86
+ " @stdlib/math/base/special/ldexp" ,
87
+ " @stdlib/constants/float64/min-base2-exponent"
88
+ ]
89
+ },
90
+ {
91
+ "task" : " build" ,
92
+ "wasm" : true ,
69
93
"src" : [
70
94
" ./src/main.c"
71
95
],
You can’t perform that action at this time.
0 commit comments