fuel-crypto icon indicating copy to clipboard operation
fuel-crypto copied to clipboard

feat: expose more methods to WASM builds

Open Br1ght0ne opened this issue 1 year ago • 0 comments

This PR builds upon #26 and @vlopes11's comment to actually make WASM builds of fuel-crypto meaningfully usable. It requires reorganization of code in #[cfg(feature = "std")] blocks, as WASM is a no-std environment.

I imagine this PR to be unpleasant to review through diffs, so I'll list what methods were made available here when it's done™.

Br1ght0ne avatar Aug 28 '22 13:08 Br1ght0ne