Skip to content

Commit 2e75575

Browse files
committed
build: add WebAssembly configuration
1 parent 4531104 commit 2e75575

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed

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

Lines changed: 20 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/trunc.c"
3234
],
@@ -43,6 +45,7 @@
4345
},
4446
{
4547
"task": "benchmark",
48+
"wasm": false,
4649
"src": [
4750
"./src/trunc.c"
4851
],
@@ -57,6 +60,22 @@
5760
},
5861
{
5962
"task": "examples",
63+
"wasm": false,
64+
"src": [
65+
"./src/trunc.c"
66+
],
67+
"include": [
68+
"./include"
69+
],
70+
"libraries": [
71+
"-lm"
72+
],
73+
"libpath": [],
74+
"dependencies": []
75+
},
76+
{
77+
"task": "build",
78+
"wasm": true,
6079
"src": [
6180
"./src/trunc.c"
6281
],

0 commit comments

Comments
 (0)