From 30d41deaf0d67325b4f6b4dc540a6e1ee2a5ea48 Mon Sep 17 00:00:00 2001 From: stdlib-bot Date: Fri, 25 Oct 2024 20:43:30 +0000 Subject: [PATCH] Auto-generated commit --- CHANGELOG.md | 1 + src/main.wat | 16 ++++++++++++++++ 2 files changed, 17 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9bd28b2..df0423f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,6 +22,7 @@
+- [`91e37be`](https://github.com/stdlib-js/stdlib/commit/91e37be0fc89c072ee006802d5a568eab3003c9a) - **docs:** fix missing license headers _(by Athan Reines)_ - [`4e19f61`](https://github.com/stdlib-js/stdlib/commit/4e19f611f6c3e875e976dd0c2bcab74628541d85) - **build:** update compiler flags and export resolution _(by Athan Reines)_ - [`0f8ee58`](https://github.com/stdlib-js/stdlib/commit/0f8ee58b842adebc77aeb2e6aebb41054ad6f3cd) - **docs:** fix overwriting of variables _(by Athan Reines)_ - [`929a224`](https://github.com/stdlib-js/stdlib/commit/929a2241acc3b3714fb01fcb4a9e295810df5bf5) - **feat:** add `blas/base/saxpy-wasm` [(#2956)](https://github.com/stdlib-js/stdlib/pull/2956) _(by Aman Bhansali, Athan Reines)_ diff --git a/src/main.wat b/src/main.wat index 06cfbb4..7b4f53c 100644 --- a/src/main.wat +++ b/src/main.wat @@ -1,3 +1,19 @@ +;; @license Apache-2.0 +;; +;; Copyright (c) 2024 The Stdlib Authors. +;; +;; Licensed under the Apache License, Version 2.0 (the "License"); +;; you may not use this file except in compliance with the License. +;; You may obtain a copy of the License at +;; +;; http://www.apache.org/licenses/LICENSE-2.0 +;; +;; Unless required by applicable law or agreed to in writing, software +;; distributed under the License is distributed on an "AS IS" BASIS, +;; WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +;; See the License for the specific language governing permissions and +;; limitations under the License. + (module (type (;0;) (func)) (type (;1;) (func (param i32 f32 i32 i32 i32 i32)))