wevm-core

Crates.iowevm-core
lib.rswevm-core
version0.4.1
sourcesrc
created_at2024-04-12 08:11:55.552257
updated_at2024-06-24 09:41:55.639085
descriptionWaves Enterprise Virtual Machine for WASM smart-contracts
homepagehttps://github.com/waves-enterprise/wevm
repositoryhttps://github.com/waves-enterprise/wevm
max_upload_size
id1206109
size133,239
DEADBLACKCLOVER (deadblackclover)

documentation

README

wevm

crates.io

Waves Enterprise Virtual Machine for WASM smart-contracts

WEVM represents:

  • WebAssembly interpreter (Wasm)
  • Functions for working with Node
  • Interface for interaction with Node
  • A mechanism for controlling the execution of smart contracts

WEVM uses:

  • Crate wasmi is used as the WebAssembly interpreter
  • Java Native Interface (JNI) and crate jni are used as a way for WEVM to communicate with Waves Enterprise Node

Development

At the root is the implementation of a Scala interface for integration into Waves Enterprise Node. In the native folder there is an implementation of WEVM in Rust language.

Run WEVM test

cargo test --features jvm

Run Scala test

sbt buildWAT
sbt test
Commit count: 164

cargo fmt