spacewasm 0.4.4

A no_std WebAssembly 1.0 decoder, validator, and interpreter for on-board spacecraft use
Documentation
SpaceWasm

Copyright (c) 2026 California Institute of Technology ("Caltech").
U.S. Government sponsorship acknowledged. All rights reserved.

========================================================================
Third-Party Software Notices
========================================================================

This product includes software developed by third parties. The relevant
portions, their upstream projects, and their licenses are listed below.

---

This product includes software developed by [Rust](https://github.com/rust-lang/rust).

Portions of the memory utilities are derived from the Rust standard library.
The Rust project is dual-licensed under MIT OR Apache-2.0; these portions are
used under the Apache License, Version 2.0.

Copyright (c) The Rust Project Developers.

---

This product includes software developed by [DLR](https://github.com/DLR-FT/wasm-interpreter).

Copyright (c) 2024-2026 Deutsches Zentrum fuer Luft- und Raumfahrt e.V. (DLR)
Copyright (c) 2024-2025 OxidOS Automotive SRL.
Licensed under the Apache License, Version 2.0.

---

This product includes software developed by [Wasmtime](https://github.com/bytecodealliance/wasmtime).
Licensed under Apache-2.0 WITH LLVM-exception:
https://github.com/bytecodealliance/wasmtime/blob/main/LICENSE

---

This product includes software developed by [WABT](https://github.com/webassembly/wabt).
Licensed under the Apache License, Version 2.0.

---

This product includes tests developed by [Wasmedge](https://github.com/WasmEdge/wasmedge-spectest).
Licensed under the MIT License.

---

This product includes tests developed by [WebAssembly](https://github.com/WebAssembly/testsuite).
Licensed under the Apache License, Version 2.0.

---

This product includes software developed by [EEMBC](https://github.com/eembc/coremark).
Licensed under the COREMARK ACCEPTABLE USE AGREEMENT.

Copyright © 2009 EEMBC All rights reserved. CoreMark is a trademark of EEMBC and EEMBC is a registered trademark of the Embedded Microprocessor Benchmark Consortium.

---

This product includes software developed by [wasm3](https://github.com/wasm3/wasm-coremark).
No license file is provided upstream. The wrapped CoreMark payload is governed
by the COREMARK ACCEPTABLE USE AGREEMENT noted above.

---

This product includes software developed by the [circular-buffer](https://github.com/andreacorbellini/rust-circular-buffer) crate.

Copyright (c) 2023, 2024 Andrea Corbellini and contributors

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:

1. Redistributions of source code must retain the above copyright notice, this
   list of conditions and the following disclaimer.

2. Redistributions in binary form must reproduce the above copyright notice,
   this list of conditions and the following disclaimer in the documentation
   and/or other materials provided with the distribution.

3. Neither the name of the copyright holder nor the names of its contributors
   may be used to endorse or promote products derived from this software
   without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

---

This product includes software developed by [clap](https://github.com/clap-rs/clap).
The Clap project is dual-licensed under MIT OR Apache-2.0; the code is used
under the Apache License, Version 2.0.

Copyright (c) 2026 Knapp, K. B., & The Clap Community.