{"id":20273013,"url":"https://github.com/sorairolake/ron-wasm","last_synced_at":"2025-08-09T01:44:48.729Z","repository":{"id":255810851,"uuid":"815443260","full_name":"sorairolake/ron-wasm","owner":"sorairolake","description":"Wasm bindings for RON","archived":false,"fork":false,"pushed_at":"2025-04-08T06:25:54.000Z","size":137,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"develop","last_synced_at":"2025-04-08T07:30:53.488Z","etag":null,"topics":["javascript","ron","rust","rust-lang","typescript","wasm"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/@sorairolake/ron-wasm","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sorairolake.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.adoc","contributing":"CONTRIBUTING.adoc","funding":null,"license":"LICENSE-APACHE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":"AUTHORS.adoc","dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-06-15T07:13:19.000Z","updated_at":"2025-04-08T06:25:58.000Z","dependencies_parsed_at":"2024-09-16T07:58:53.726Z","dependency_job_id":"34a69f02-3288-4484-bfff-cfb60a162edb","html_url":"https://github.com/sorairolake/ron-wasm","commit_stats":null,"previous_names":["sorairolake/ron-wasm"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sorairolake%2Fron-wasm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sorairolake%2Fron-wasm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sorairolake%2Fron-wasm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sorairolake%2Fron-wasm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sorairolake","download_url":"https://codeload.github.com/sorairolake/ron-wasm/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247801177,"owners_count":20998331,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["javascript","ron","rust","rust-lang","typescript","wasm"],"created_at":"2024-11-14T12:47:46.979Z","updated_at":"2025-08-09T01:44:48.685Z","avatar_url":"https://github.com/sorairolake.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003c!--\nSPDX-FileCopyrightText: 2024 Shun Sakai\n\nSPDX-License-Identifier: CC-BY-4.0\n--\u003e\n\n# Wasm Bindings for RON\n\n[![CI][ci-badge]][ci-url]\n[![npm Version][npm-version-badge]][npm-version-url]\n[![crates.io Version][crates-version-badge]][crates-version-url]\n![MSRV][msrv-badge]\n[![Docs][docs-badge]][docs-url]\n![License][license-badge]\n\n**ron-wasm** is the Wasm bindings for [RON] (Rusty Object Notation).\n\n## Usage\n\n### Installation\n\nTo install this library:\n\n```sh\nnpm install @sorairolake/ron-wasm\n```\n\n### Build\n\nYou will need [`wasm-pack`] to build this crate.\n\n```sh\nwasm-pack build\n```\n\nThis will generate build artifacts in the `pkg` directory.\n\n### Documentation\n\nSee the [documentation][docs-url] for more details.\n\n## Minimum supported Rust version\n\nThe minimum supported Rust version (MSRV) of this library is v1.85.0.\n\n## Source code\n\nThe upstream repository is available at\n\u003chttps://github.com/sorairolake/ron-wasm.git\u003e.\n\n## Changelog\n\nPlease see [CHANGELOG.adoc].\n\n## Contributing\n\nPlease see [CONTRIBUTING.adoc].\n\n## License\n\nCopyright (C) 2024 Shun Sakai (see [AUTHORS.adoc])\n\nThis library is distributed under the terms of either the _Apache License 2.0_\nor the _MIT License_.\n\nThis project is compliant with version 3.3 of the [_REUSE Specification_]. See\ncopyright notices of individual files for more details on copyright and\nlicensing information.\n\n[ci-badge]: https://img.shields.io/github/actions/workflow/status/sorairolake/ron-wasm/CI.yaml?branch=develop\u0026style=for-the-badge\u0026logo=github\u0026label=CI\n[ci-url]: https://github.com/sorairolake/ron-wasm/actions?query=branch%3Adevelop+workflow%3ACI++\n[npm-version-badge]: https://img.shields.io/npm/v/%40sorairolake%2Fron-wasm?style=for-the-badge\u0026logo=npm\n[npm-version-url]: https://www.npmjs.com/package/@sorairolake/ron-wasm\n[crates-version-badge]: https://img.shields.io/crates/v/ron-wasm?style=for-the-badge\u0026logo=rust\n[crates-version-url]: https://crates.io/crates/ron-wasm\n[msrv-badge]: https://img.shields.io/crates/msrv/ron-wasm?style=for-the-badge\u0026logo=rust\n[docs-badge]: https://img.shields.io/docsrs/ron-wasm?style=for-the-badge\u0026logo=docsdotrs\u0026label=Docs.rs\n[docs-url]: https://docs.rs/ron-wasm\n[license-badge]: https://img.shields.io/crates/l/ron-wasm?style=for-the-badge\n[RON]: https://github.com/ron-rs/ron\n[`wasm-pack`]: https://rustwasm.github.io/wasm-pack/\n[CHANGELOG.adoc]: CHANGELOG.adoc\n[CONTRIBUTING.adoc]: CONTRIBUTING.adoc\n[AUTHORS.adoc]: AUTHORS.adoc\n[_REUSE Specification_]: https://reuse.software/spec-3.3/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsorairolake%2Fron-wasm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsorairolake%2Fron-wasm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsorairolake%2Fron-wasm/lists"}