Skip to content

Commit 4531104

Browse files
committed
build: add WebAssembly configuration
1 parent c20c2c3 commit 4531104

File tree

1 file changed

+33
-1
lines changed

1 file changed

+33
-1
lines changed

lib/node_modules/@stdlib/math/base/special/ldexp/manifest.json

Lines changed: 33 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"options": {
3-
"task": "build"
3+
"task": "build",
4+
"wasm": false
45
},
56
"fields": [
67
{
@@ -27,6 +28,7 @@
2728
"confs": [
2829
{
2930
"task": "build",
31+
"wasm": false,
3032
"src": [
3133
"./src/main.c"
3234
],
@@ -54,6 +56,7 @@
5456
},
5557
{
5658
"task": "examples",
59+
"wasm": false,
5760
"src": [
5861
"./src/main.c"
5962
],
@@ -84,6 +87,35 @@
8487
},
8588
{
8689
"task": "benchmark",
90+
"wasm": false,
91+
"src": [
92+
"./src/main.c"
93+
],
94+
"include": [
95+
"./include"
96+
],
97+
"libraries": [],
98+
"libpath": [],
99+
"dependencies": [
100+
"@stdlib/math/base/assert/is-infinite",
101+
"@stdlib/math/base/assert/is-nan",
102+
"@stdlib/math/base/special/abs",
103+
"@stdlib/number/float64/base/normalize",
104+
"@stdlib/number/float64/base/exponent",
105+
"@stdlib/number/float64/base/from-words",
106+
"@stdlib/number/float32/base/to-word",
107+
"@stdlib/math/base/special/copysign",
108+
"@stdlib/constants/float64/ninf",
109+
"@stdlib/constants/float64/pinf",
110+
"@stdlib/constants/float64/min-base2-exponent-subnormal",
111+
"@stdlib/constants/float64/max-base2-exponent",
112+
"@stdlib/constants/float64/max-base2-exponent-subnormal",
113+
"@stdlib/constants/float64/exponent-bias"
114+
]
115+
},
116+
{
117+
"task": "build",
118+
"wasm": true,
87119
"src": [
88120
"./src/main.c"
89121
],

0 commit comments

Comments
 (0)