Skip to content

Commit 2ce25ea

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

File tree

1 file changed

+22
-1
lines changed

1 file changed

+22
-1
lines changed

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

Lines changed: 22 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
],
@@ -44,6 +46,7 @@
4446
},
4547
{
4648
"task": "benchmark",
49+
"wasm": false,
4750
"src": [
4851
"./src/main.c"
4952
],
@@ -60,6 +63,24 @@
6063
},
6164
{
6265
"task": "examples",
66+
"wasm": false,
67+
"src": [
68+
"./src/main.c"
69+
],
70+
"include": [
71+
"./include"
72+
],
73+
"libraries": [],
74+
"libpath": [],
75+
"dependencies": [
76+
"@stdlib/math/base/special/floor",
77+
"@stdlib/math/base/assert/is-nan",
78+
"@stdlib/math/base/assert/is-negative-zero"
79+
]
80+
},
81+
{
82+
"task": "build",
83+
"wasm": true,
6384
"src": [
6485
"./src/main.c"
6586
],

0 commit comments

Comments
 (0)