Skip to content

Commit d1d770a

Browse files
authored
build: add WebAssembly configuration for math/base/special/absf
PR-URL: #3023 Reviewed-by: Athan Reines <[email protected]>
1 parent a2823da commit d1d770a

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

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

Lines changed: 21 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
],
@@ -43,6 +45,7 @@
4345
},
4446
{
4547
"task": "benchmark",
48+
"wasm": false,
4649
"src": [
4750
"./src/main.c"
4851
],
@@ -58,6 +61,23 @@
5861
},
5962
{
6063
"task": "examples",
64+
"wasm": false,
65+
"src": [
66+
"./src/main.c"
67+
],
68+
"include": [
69+
"./include"
70+
],
71+
"libraries": [],
72+
"libpath": [],
73+
"dependencies": [
74+
"@stdlib/constants/float32/abs-mask",
75+
"@stdlib/number/float32/base/to-word"
76+
]
77+
},
78+
{
79+
"task": "build",
80+
"wasm": true,
6181
"src": [
6282
"./src/main.c"
6383
],

0 commit comments

Comments
 (0)