Skip to content

Commit 870f645

Browse files
committed
build: add WebAssembly configuration
1 parent 2ce25ea commit 870f645

File tree

1 file changed

+25
-1
lines changed

1 file changed

+25
-1
lines changed

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

Lines changed: 25 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
],
@@ -47,6 +49,7 @@
4749
},
4850
{
4951
"task": "benchmark",
52+
"wasm": false,
5053
"src": [
5154
"./src/main.c"
5255
],
@@ -66,6 +69,27 @@
6669
},
6770
{
6871
"task": "examples",
72+
"wasm": false,
73+
"src": [
74+
"./src/main.c"
75+
],
76+
"include": [
77+
"./include"
78+
],
79+
"libraries": [],
80+
"libpath": [],
81+
"dependencies": [
82+
"@stdlib/math/base/assert/is-nan",
83+
"@stdlib/constants/float64/max-base2-exponent",
84+
"@stdlib/constants/float64/pinf",
85+
"@stdlib/math/base/special/round",
86+
"@stdlib/math/base/special/ldexp",
87+
"@stdlib/constants/float64/min-base2-exponent"
88+
]
89+
},
90+
{
91+
"task": "build",
92+
"wasm": true,
6993
"src": [
7094
"./src/main.c"
7195
],

0 commit comments

Comments
 (0)