Crates.io | entropy-programs-runtime |
lib.rs | entropy-programs-runtime |
version | 0.10.0 |
source | src |
created_at | 2024-01-05 08:52:57.825986 |
updated_at | 2024-04-26 15:46:34.675301 |
description | Webassembly runtime for running Entropy programs |
homepage | https://entropy.xyz/ |
repository | https://github.com/entropyxyz/programs |
max_upload_size | |
id | 1089463 |
size | 10,886 |
entropy-programs-runtime
This contains the Wasm runtime for evaluaing, testing, and simulating programs as Wasm Components.
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/
.