Skip to content

Commit 40308a8

Browse files
committed
build: update configurations
1 parent 0d6bf75 commit 40308a8

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

lib/node_modules/@stdlib/complex/float32/base/mul/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/complex/float32/ctor",
75+
"@stdlib/complex/float32/reim"
76+
]
77+
},
78+
{
79+
"task": "build",
80+
"wasm": true,
6181
"src": [
6282
"./src/main.c"
6383
],

0 commit comments

Comments
 (0)