iotaledger / iota-sdk

The IOTA SDK provides developers with a seamless experience to develop on IOTA by providing account abstractions and clients to interact with node APIs.
Apache License 2.0
54 stars 39 forks source link

Fix wasm compilation, bump wasm-bindgen #2221

Closed Thoralf-M closed 2 months ago

Thoralf-M commented 2 months ago

Description of change

Fix wasm compilation that broke with the latest rust version, see https://github.com/iotaledger/iota-sdk/actions/runs/8689172617/job/23826349127?pr=2220

Type of change

How the change has been tested

Compiled it

Thoralf-M commented 2 months ago

Linting fails because of https://github.com/iotaledger/iota-sdk/issues/2072