Skip to content

Files

Latest commit

7b8367b · Jan 31, 2025

History

History
This branch is 1 commit ahead of, 117 commits behind xmtp/libxmtp:main.

bindings_wasm

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jan 30, 2025
Oct 23, 2024
Nov 12, 2024
Jan 31, 2025
Jan 31, 2025
Oct 23, 2024
Oct 23, 2024
Oct 23, 2024
Oct 23, 2024
Jan 21, 2025
Jan 31, 2025
May 14, 2024
Nov 7, 2024
Jan 21, 2025
Aug 13, 2024
Dec 23, 2024

WASM bindings for the libXMTP rust library

Caution

These bindings are currently in alpha and under heavy development. The API is subject to change and it is not yet recommended for production use.

Useful commands

  • yarn: Installs all dependencies (required before building)
  • yarn build: Build a release version of the WASM bindings for the current platform
  • yarn lint: Run cargo clippy and fmt checks