https://github.com/engossoftware/wasmarin
WebAssembly runtime for smart contracts
https://github.com/engossoftware/wasmarin
contracts runtime smart webassemlby
Last synced: 4 months ago
JSON representation
WebAssembly runtime for smart contracts
- Host: GitHub
- URL: https://github.com/engossoftware/wasmarin
- Owner: EngosSoftware
- License: apache-2.0
- Created: 2025-09-12T14:46:09.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-10-01T11:52:52.000Z (8 months ago)
- Last Synced: 2025-10-17T02:37:04.181Z (8 months ago)
- Topics: contracts, runtime, smart, webassemlby
- Language: Rust
- Homepage:
- Size: 290 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Citation: CITATION.cff
- Notice: NOTICE
Awesome Lists containing this project
README
# wasmarin
[![MIT licensed][mit-badge]][mit-license-url]
[![Apache 2.0 licensed][apache-badge]][apache-license-url]
[mit-badge]: https://img.shields.io/badge/License-MIT-blue.svg
[mit-url]: https://opensource.org/licenses/MIT
[mit-license-url]: https://github.com/EngosSoftware/wasmarin/blob/main/LICENSE-MIT
[apache-badge]: https://img.shields.io/badge/License-Apache%202.0-blue.svg
[apache-url]: https://www.apache.org/licenses/LICENSE-2.0
[apache-license-url]: https://github.com/EngosSoftware/wasmarin/blob/main/LICENSE
[apache-notice-url]: https://github.com/EngosSoftware/wasmarin/blob/main/NOTICE
**WebAssembly runtime for smart contracts**
## Overview
This is a kind of _"research"_ project.
Goals:
- What is the minimum number of instructions to be injected into WebAssembly code to handle
gas metering for instructions introduced by bulk-memory proposal.
## Status
**WORK IN PROGRESS**
## License
Licensed under either of
- [MIT license][mit-url] (see [LICENSE-MIT][mit-license-url]) or
- [Apache License, Version 2.0][apache-url] (see [LICENSE][apache-license-url] and [NOTICE][apache-notice-url])
at your option.