An open API service indexing awesome lists of open source software.

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

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.