https://github.com/sorairolake/ron-wasm
Wasm bindings for RON
https://github.com/sorairolake/ron-wasm
javascript ron rust rust-lang typescript wasm
Last synced: 10 months ago
JSON representation
Wasm bindings for RON
- Host: GitHub
- URL: https://github.com/sorairolake/ron-wasm
- Owner: sorairolake
- License: apache-2.0
- Created: 2024-06-15T07:13:19.000Z (about 2 years ago)
- Default Branch: develop
- Last Pushed: 2025-04-08T06:25:54.000Z (about 1 year ago)
- Last Synced: 2025-04-08T07:30:53.488Z (about 1 year ago)
- Topics: javascript, ron, rust, rust-lang, typescript, wasm
- Language: Rust
- Homepage: https://www.npmjs.com/package/@sorairolake/ron-wasm
- Size: 134 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.adoc
- Contributing: CONTRIBUTING.adoc
- License: LICENSE-APACHE
- Code of conduct: CODE_OF_CONDUCT.md
- Authors: AUTHORS.adoc
Awesome Lists containing this project
README
# Wasm Bindings for RON
[![CI][ci-badge]][ci-url]
[![npm Version][npm-version-badge]][npm-version-url]
[![crates.io Version][crates-version-badge]][crates-version-url]
![MSRV][msrv-badge]
[![Docs][docs-badge]][docs-url]
![License][license-badge]
**ron-wasm** is the Wasm bindings for [RON] (Rusty Object Notation).
## Usage
### Installation
To install this library:
```sh
npm install @sorairolake/ron-wasm
```
### Build
You will need [`wasm-pack`] to build this crate.
```sh
wasm-pack build
```
This will generate build artifacts in the `pkg` directory.
### Documentation
See the [documentation][docs-url] for more details.
## Minimum supported Rust version
The minimum supported Rust version (MSRV) of this library is v1.85.0.
## Source code
The upstream repository is available at
.
## Changelog
Please see [CHANGELOG.adoc].
## Contributing
Please see [CONTRIBUTING.adoc].
## License
Copyright (C) 2024 Shun Sakai (see [AUTHORS.adoc])
This library is distributed under the terms of either the _Apache License 2.0_
or the _MIT License_.
This project is compliant with version 3.3 of the [_REUSE Specification_]. See
copyright notices of individual files for more details on copyright and
licensing information.
[ci-badge]: https://img.shields.io/github/actions/workflow/status/sorairolake/ron-wasm/CI.yaml?branch=develop&style=for-the-badge&logo=github&label=CI
[ci-url]: https://github.com/sorairolake/ron-wasm/actions?query=branch%3Adevelop+workflow%3ACI++
[npm-version-badge]: https://img.shields.io/npm/v/%40sorairolake%2Fron-wasm?style=for-the-badge&logo=npm
[npm-version-url]: https://www.npmjs.com/package/@sorairolake/ron-wasm
[crates-version-badge]: https://img.shields.io/crates/v/ron-wasm?style=for-the-badge&logo=rust
[crates-version-url]: https://crates.io/crates/ron-wasm
[msrv-badge]: https://img.shields.io/crates/msrv/ron-wasm?style=for-the-badge&logo=rust
[docs-badge]: https://img.shields.io/docsrs/ron-wasm?style=for-the-badge&logo=docsdotrs&label=Docs.rs
[docs-url]: https://docs.rs/ron-wasm
[license-badge]: https://img.shields.io/crates/l/ron-wasm?style=for-the-badge
[RON]: https://github.com/ron-rs/ron
[`wasm-pack`]: https://rustwasm.github.io/wasm-pack/
[CHANGELOG.adoc]: CHANGELOG.adoc
[CONTRIBUTING.adoc]: CONTRIBUTING.adoc
[AUTHORS.adoc]: AUTHORS.adoc
[_REUSE Specification_]: https://reuse.software/spec-3.3/