entropy-programs-runtime

Crates.ioentropy-programs-runtime
lib.rsentropy-programs-runtime
version0.10.0
sourcesrc
created_at2024-01-05 08:52:57.825986
updated_at2024-04-26 15:46:34.675301
descriptionWebassembly runtime for running Entropy programs
homepagehttps://entropy.xyz/
repositoryhttps://github.com/entropyxyz/programs
max_upload_size
id1089463
size10,886
core-developers (github:entropyxyz:core-developers)

documentation

README

entropy-programs-runtime

This contains the Wasm runtime for evaluaing, testing, and simulating programs as Wasm Components.

Running Tests

Before running the tests, you need to build the template-barebones and infinite-loop components. Be sure to have cargo component installed, and run cargo component build --release -p template-barebones -p infinite-loop --target wasm32-unknown-unknown. This will create the files needed for testing at target/wasm32-unknown-unknown/release/.

Commit count: 91

cargo fmt