iron-fish / ironfish

A novel cryptocurrency focused on privacy and accessibility.
https://ironfish.network
Mozilla Public License 2.0
967 stars 574 forks source link

Add a barebone WASM crate #5632

Closed andiflabs closed 2 weeks ago

andiflabs commented 2 weeks ago

Summary

This adds a new ironfish-rust-wasm crate whose goal is to expose the ironfish-rust functionality to WASM for web browsers, just like ironfish-rust-nodejs exposes the functionality to NodeJS.

For now, the new crate only exposes the IronfishError struct.

Testing Plan

Support for proper testing through a web browser will be added in a future PR.

Documentation

N/A

Breaking Change

N/A