| Crates.io | entropy-programs-runtime |
| lib.rs | entropy-programs-runtime |
| version | 0.11.0 |
| created_at | 2024-01-05 08:52:57.825986+00 |
| updated_at | 2024-12-03 07:56:27.810002+00 |
| description | Webassembly runtime for running Entropy programs |
| homepage | https://entropy.xyz/ |
| repository | https://github.com/entropyxyz/programs |
| max_upload_size | |
| id | 1089463 |
| size | 11,101 |
entropy-programs-runtimeThis 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/.