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 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 ],
4648 },
4749 {
4850 "task" : " benchmark" ,
51+ "wasm" : false ,
4952 "src" : [
5053 " ./src/main.c"
5154 ],
6467 },
6568 {
6669 "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 ,
6790 "src" : [
6891 " ./src/main.c"
6992 ],
You can’t perform that action at this time.
0 commit comments