File tree Expand file tree Collapse file tree 1 file changed +22
-1
lines changed
lib/node_modules/@stdlib/math/base/special/round Expand file tree Collapse file tree 1 file changed +22
-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
],
44
46
},
45
47
{
46
48
"task" : " benchmark" ,
49
+ "wasm" : false ,
47
50
"src" : [
48
51
" ./src/main.c"
49
52
],
60
63
},
61
64
{
62
65
"task" : " examples" ,
66
+ "wasm" : false ,
67
+ "src" : [
68
+ " ./src/main.c"
69
+ ],
70
+ "include" : [
71
+ " ./include"
72
+ ],
73
+ "libraries" : [],
74
+ "libpath" : [],
75
+ "dependencies" : [
76
+ " @stdlib/math/base/special/floor" ,
77
+ " @stdlib/math/base/assert/is-nan" ,
78
+ " @stdlib/math/base/assert/is-negative-zero"
79
+ ]
80
+ },
81
+ {
82
+ "task" : " build" ,
83
+ "wasm" : true ,
63
84
"src" : [
64
85
" ./src/main.c"
65
86
],
You can’t perform that action at this time.
0 commit comments