Skip to content

Commit 33494b7

Browse files
committed
build: add WebAssembly configuration
1 parent 6c58a22 commit 33494b7

File tree

1 file changed

+24
-1
lines changed

1 file changed

+24
-1
lines changed

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

Lines changed: 24 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
],
@@ -46,6 +48,7 @@
4648
},
4749
{
4850
"task": "benchmark",
51+
"wasm": false,
4952
"src": [
5053
"./src/main.c"
5154
],
@@ -64,6 +67,26 @@
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
],

0 commit comments

Comments
 (0)