BlockstreamResearch / simfony

Rust-like high-level language that compiles down to Simplicity bytecode. Work in progress.
19 stars 6 forks source link

Make WASM compatible #26

Closed uncomputable closed 4 months ago

uncomputable commented 4 months ago

Use the latest rust-simplicity master which is compatible with WASM. The version on crates.io is not yet compatible.

Depends on https://github.com/BlockstreamResearch/rust-simplicity/pull/214

uncomputable commented 4 months ago

This is ready now @apoelstra. Thanks for merging on the rust-simplicity side