Skip to content

Commit 4c067e3

Browse files
committed
Auto-generated commit
1 parent f72d362 commit 4c067e3

4 files changed

Lines changed: 56 additions & 2 deletions

File tree

.github/.keepalive

Lines changed: 0 additions & 1 deletion
This file was deleted.

CHANGELOG.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,40 @@
22

33
> Package changelog.
44
5+
<section class="release" id="unreleased">
6+
7+
## Unreleased (2024-12-15)
8+
9+
<section class="commits">
10+
11+
### Commits
12+
13+
<details>
14+
15+
- [`40308a8`](https://github.com/stdlib-js/stdlib/commit/40308a8953dd480537d4c4359cc6e09f679e3ec1) - **build:** update configurations _(by Athan Reines)_
16+
17+
</details>
18+
19+
</section>
20+
21+
<!-- /.commits -->
22+
23+
<section class="contributors">
24+
25+
### Contributors
26+
27+
A total of 1 person contributed to this release. Thank you to this contributor:
28+
29+
- Athan Reines
30+
31+
</section>
32+
33+
<!-- /.contributors -->
34+
35+
</section>
36+
37+
<!-- /.release -->
38+
539
<section class="release" id="v0.1.0">
640

741
## 0.1.0 (2024-07-28)

CONTRIBUTORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ UtkershBasnet <119008923+UtkershBasnet@users.noreply.github.com>
112112
Vaibhav Patel <98279986+noobCoderVP@users.noreply.github.com>
113113
Varad Gupta <varadgupta21@gmail.com>
114114
Vinit Pandit <106718914+MeastroZI@users.noreply.github.com>
115+
Vivek maurya <155618190+vivekmaurya001@users.noreply.github.com>
115116
Xiaochuan Ye <tap91624@gmail.com>
116117
Yaswanth Kosuru <116426380+yaswanthkosuru@users.noreply.github.com>
117118
Yernar Yergaziyev <yernar.yergaziyev@erg.kz>

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)