stellar / rs-soroban-env

Rust environment for Soroban contracts.
Apache License 2.0
60 stars 40 forks source link

Evaluate wasmi v0.32 #1313

Open jayz22 opened 8 months ago

jayz22 commented 8 months ago

Wasmi recently released v0.32.0-beta.0 which contains new major features:

This issue tracks the experimentation to use the new version in soroban-env, and accessing the performance impacts of various compilation/validation modes.

jayz22 commented 8 months ago

I've pushed a new branch https://github.com/jayz22/wasmi/tree/parity-v32-beta containing necessary change to adapt stellar/wasmi into it.

Here is the experimental soroban-env branch https://github.com/jayz22/rs-soroban-env/tree/explore-wasmi using it.