Skip to content

Commit

Permalink
Merge pull request #81 from evannetwork/feature/enable-didcomm-for-wasm
Browse files Browse the repository at this point in the history
Enable didcomm feature for wasm
  • Loading branch information
S3bb1 authored Aug 4, 2023
2 parents 53b8bbe + 0baeb4c commit 7407f3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ target-cli = ["cli"]
target-java-lib = ["c-lib", "default"]

# build for usage in wasm
target-wasm = ["vade-didcomm/wasm", "vade-evan-bbs/wasm", "did-sidetree", "did-substrate", "jwt-vc", "vc-zkp-bbs"]
target-wasm = ["vade-didcomm/wasm", "didcomm", "vade-evan-bbs/wasm", "did-sidetree", "did-substrate", "jwt-vc", "vc-zkp-bbs"]

############################################################################### generic dependencies
[dependencies]
Expand Down

0 comments on commit 7407f3f

Please sign in to comment.