Skip to content

Commit

Permalink
Auto-generated commit
Browse files Browse the repository at this point in the history
  • Loading branch information
stdlib-bot committed Oct 2, 2024
1 parent d236bbb commit 066a771
Show file tree
Hide file tree
Showing 3 changed files with 67 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/.keepalive

This file was deleted.

34 changes: 34 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,40 @@

> Package changelog.
<section class="release" id="unreleased">

## Unreleased (2024-10-02)

<section class="commits">

### Commits

<details>

- [`4531104`](https://github.com/stdlib-js/stdlib/commit/45311043928ef04b43f9045965c4c5fdacf3f434) - **build:** add WebAssembly configuration _(by Athan Reines)_

</details>

</section>

<!-- /.commits -->

<section class="contributors">

### Contributors

A total of 1 person contributed to this release. Thank you to this contributor:

- Athan Reines

</section>

<!-- /.contributors -->

</section>

<!-- /.release -->

<section class="release" id="v0.2.3">

## 0.2.3 (2024-07-28)
Expand Down
34 changes: 33 additions & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"options": {
"task": "build"
"task": "build",
"wasm": false
},
"fields": [
{
Expand All @@ -27,6 +28,7 @@
"confs": [
{
"task": "build",
"wasm": false,
"src": [
"./src/main.c"
],
Expand Down Expand Up @@ -54,6 +56,7 @@
},
{
"task": "examples",
"wasm": false,
"src": [
"./src/main.c"
],
Expand Down Expand Up @@ -84,6 +87,35 @@
},
{
"task": "benchmark",
"wasm": false,
"src": [
"./src/main.c"
],
"include": [
"./include"
],
"libraries": [],
"libpath": [],
"dependencies": [
"@stdlib/math-base-assert-is-infinite",
"@stdlib/math-base-assert-is-nan",
"@stdlib/math-base-special-abs",
"@stdlib/number-float64-base-normalize",
"@stdlib/number-float64-base-exponent",
"@stdlib/number-float64-base-from-words",
"@stdlib/number-float32-base-to-word",
"@stdlib/math-base-special-copysign",
"@stdlib/constants-float64-ninf",
"@stdlib/constants-float64-pinf",
"@stdlib/constants-float64-min-base2-exponent-subnormal",
"@stdlib/constants-float64-max-base2-exponent",
"@stdlib/constants-float64-max-base2-exponent-subnormal",
"@stdlib/constants-float64-exponent-bias"
]
},
{
"task": "build",
"wasm": true,
"src": [
"./src/main.c"
],
Expand Down

0 comments on commit 066a771

Please sign in to comment.