iotaledger / identity.rs

Implementation of the Decentralized Identity standards such as DID and Verifiable Credentials by W3C for the IOTA Tangle.
https://www.iota.org
Apache License 2.0
299 stars 85 forks source link

[Task] Upgrade to wasm-pack 0.10.X #608

Open eike-hass opened 2 years ago

eike-hass commented 2 years ago

Description

Update wasm-pack to the latest version and make sure build and tests succeed.

Motivation

In order to stay up to date with the latest features we should upgrade to the current wasm-pack version. An overview of the wasm-pack releases can be found here: https://github.com/rustwasm/wasm-pack/releases

Change checklist

Add an x to the boxes that are relevant to your changes, and delete any items that are not.

eike-hass commented 2 years ago

blocked by #629

cycraig commented 2 years ago

Upgrade when https://github.com/rustwasm/wasm-pack/issues/1097 is resolved.