Skip to content

Commit

Permalink
compile xmtp_proto for wasm32 (#1016)
Browse files Browse the repository at this point in the history
* compile xmtp_proto for wasm

* fix tls errors
  • Loading branch information
insipx authored Aug 30, 2024
1 parent 82ee23b commit c4bc84f
Show file tree
Hide file tree
Showing 40 changed files with 450 additions and 372 deletions.
149 changes: 62 additions & 87 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@ openmls = { git = "https://github.com/xmtp/openmls", rev = "87e7e257d8eb15d6662b
openmls_basic_credential = { git = "https://github.com/xmtp/openmls", rev = "87e7e257d8eb15d6662b104518becfc75ef6db76" }
openmls_rust_crypto = { git = "https://github.com/xmtp/openmls", rev = "87e7e257d8eb15d6662b104518becfc75ef6db76" }
openmls_traits = { git = "https://github.com/xmtp/openmls", rev = "87e7e257d8eb15d6662b104518becfc75ef6db76" }
pbjson = "0.6.0"
pbjson-types = "0.6.0"
prost = "^0.12"
prost-types = "^0.12"
pbjson = "0.7.0"
pbjson-types = "0.7.0"
prost = "^0.13"
prost-types = "^0.13"
rand = "0.8.5"
regex = "1.10.4"
rustc-hex = "2.1.0"
Expand All @@ -54,7 +54,7 @@ sha2 = "0.10.8"
thiserror = "1.0"
tls_codec = "0.4.1"
tokio = { version = "1.35.1", default-features = false }
tonic = "^0.11"
tonic = "^0.12"
tracing = { version = "0.1" }
tracing-subscriber = "0.3"
url = "2.5.0"
Expand Down
Loading

0 comments on commit c4bc84f

Please sign in to comment.