File tree Expand file tree Collapse file tree 1 file changed +24
-1
lines changed
lib/node_modules/@stdlib/math/base/special/ln Expand file tree Collapse file tree 1 file changed +24
-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
],
46
48
},
47
49
{
48
50
"task" : " benchmark" ,
51
+ "wasm" : false ,
49
52
"src" : [
50
53
" ./src/main.c"
51
54
],
64
67
},
65
68
{
66
69
"task" : " examples" ,
70
+ "wasm" : false ,
71
+ "src" : [
72
+ " ./src/main.c"
73
+ ],
74
+ "include" : [
75
+ " ./include"
76
+ ],
77
+ "libraries" : [],
78
+ "libpath" : [],
79
+ "dependencies" : [
80
+ " @stdlib/number/float64/base/get-high-word" ,
81
+ " @stdlib/number/float64/base/set-high-word" ,
82
+ " @stdlib/math/base/assert/is-nan" ,
83
+ " @stdlib/constants/float64/ninf" ,
84
+ " @stdlib/constants/float64/exponent-bias"
85
+ ]
86
+ },
87
+ {
88
+ "task" : " build" ,
89
+ "wasm" : true ,
67
90
"src" : [
68
91
" ./src/main.c"
69
92
],
You can’t perform that action at this time.
0 commit comments