File tree Expand file tree Collapse file tree 1 file changed +11
-17
lines changed
lib/node_modules/@stdlib/number/float32/base/signbit Expand file tree Collapse file tree 1 file changed +11
-17
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 {
2627 ],
2728 "confs" : [
2829 {
29- "task" : " build" ,
3030 "src" : [
3131 " ./src/main.c"
3232 ],
3636 "libraries" : [],
3737 "libpath" : [],
3838 "dependencies" : [
39- " @stdlib/number/float32/base/to_word "
39+ " @stdlib/number/float32/base/to-word "
4040 ]
4141 },
4242 {
4343 "task" : " benchmark" ,
44+ "wasm" : false ,
4445 "src" : [
4546 " ./src/main.c"
4647 ],
4950 ],
5051 "libraries" : [],
5152 "libpath" : [],
52- "dependencies" : []
53+ "dependencies" : [
54+ " @stdlib/number/float32/base/to-word"
55+ ]
5356 },
5457 {
5558 "task" : " examples" ,
59+ "wasm" : false ,
5660 "src" : [
5761 " ./src/main.c"
5862 ],
6165 ],
6266 "libraries" : [],
6367 "libpath" : [],
64- "dependencies" : []
65- },
66- {
67- "task" : " build" ,
68- "src" : [
69- " ./src/main.c"
70- ],
71- "include" : [
72- " ./include"
73- ],
74- "libraries" : [],
75- "libpath" : [],
76- "dependencies" : []
68+ "dependencies" : [
69+ " @stdlib/number/float32/base/to-word"
70+ ]
7771 }
7872 ]
7973}
You can’t perform that action at this time.
0 commit comments