Metadata-Version: 2.1
Name: yowasp-runtime
Version: 1.0
Summary: Common runtime for YoWASP packages
Author-email: Catherine <whitequark@whitequark.org>
License: ISC License
        
        Copyright (C) Catherine <whitequark@whitequark.org>
        
        Permission to use, copy, modify, and/or distribute this software for any
        purpose with or without fee is hereby granted, provided that the above
        copyright notice and this permission notice appear in all copies.
        
        THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
        WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
        MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
        ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
        WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
        ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
        OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
        
Project-URL: Homepage, https://yowasp.org/
Project-URL: Source Code, https://github.com/YoWASP/runtime
Project-URL: Bug Tracker, https://github.com/YoWASP/runtime/issues
Classifier: License :: OSI Approved :: ISC License (ISCL)
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: appdirs (~=1.4)
Requires-Dist: wasmtime (<2,>=1.0)
Requires-Dist: importlib-resources ; python_version < "3.9"

YoWASP runtime
==============

This package is an internal support package for the [YoWASP project][yowasp]. It handles interfacing with the [WebAssembly][] runtime and the supported operating systems. Do not depend on this package in your own code.

[webassembly]: https://webassembly.org/
[yowasp]: https://yowasp.github.io/

License
-------

This package is covered by the [ISC license](LICENSE.txt).
