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 11{
22 "options" : {
3- "task" : " build"
3+ "task" : " build" ,
4+ "wasm" : false
45 },
56 "fields" : [
67 {
2728 "confs" : [
2829 {
2930 "task" : " build" ,
31+ "wasm" : false ,
3032 "src" : [
3133 " ./src/main.c"
3234 ],
4446 },
4547 {
4648 "task" : " benchmark" ,
49+ "wasm" : false ,
4750 "src" : [
4851 " ./src/main.c"
4952 ],
6063 },
6164 {
6265 "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 ,
6384 "src" : [
6485 " ./src/main.c"
6586 ],
You can’t perform that action at this time.
0 commit comments