entropy-programs-runtime

Crates.ioentropy-programs-runtime
lib.rsentropy-programs-runtime
version0.11.0
sourcesrc
created_at2024-01-05 08:52:57.825986
updated_at2024-12-03 07:56:27.810002
descriptionWebassembly runtime for running Entropy programs
homepagehttps://entropy.xyz/
repositoryhttps://github.com/entropyxyz/programs
max_upload_size
id1089463
size11,101
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: 106

cargo fmt