Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WebAssembly Housekeeping/streams #1347

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from
Draft

Conversation

insipx
Copy link
Contributor

@insipx insipx commented Nov 27, 2024

  • Create a common crate to de-duplicate some test util functions (rand_{vec|string|array|hexstring|etc})
  • common crate now houses wasm shims to std::time/sleep. Helps discoverability and reduces dependencies on xmtp_mls
  • common crate houses the retry module, so that it may be re-used in other crates w/o depending on xmtp_mls.
    • this could make it easier to further separate API client code from xmtp_mls in the future if we want to
  • rand_{vec|string|buffer} now allow specifying vector length
  • tests which were previously only running in native now run in wasm (xmtp_id/consent sync + message history tests)
  • some #[cfg()] cleanup

@insipx insipx changed the title WebAssembly Housekeeping WebAssembly Housekeeping/streams Nov 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant