stellar / rs-soroban-env

Rust environment for Soroban contracts.
Apache License 2.0
61 stars 42 forks source link

Add a small harness that just loads all wasms from a workspace directory #1454

Closed graydon closed 1 month ago

graydon commented 1 month ago

This is just a small test harness to help people who want to run simple testcases they've generated outside soroban. Put your wasm file in soroban-env-host/src/test/hostile_inputs and run cargo test test_misc_hostile_wasms and it should just pick your wasm up and attempt to instantiate and run it.

Requirements: