mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-05-14 02:55:47 -04:00
This patch introduces a new `pack` NPM script, which runs `wasm-pack pack` behind the scene. This patch modifies the `publish` NPM script to run the `pack` script as a pre-script (so… in the `prepublish` script). Finally, this patch no longer uses `$npm_execpath` as it doesn't work on Windows. It should be `%npm_execpath%`. It's not obvious to make scripts interoperable, so we will stick with `npm` for now.
Matrix Rust SDK bindings
In this directory, one can find bindings to the Rust SDK that are maintained by the owners of the Matrix Rust SDK project.
appleormatrix-rust-components-swift, Swift bindings of thematrix-sdkcrate viamatrix-sdk-ffi,matrix-sdk-crypto-ffi, bindings of thematrix-sdk-cryptocrate,matrix-sdk-crypto-js, JavaScript bindings of thematrix-sdk-cryptocrate,matrix-sdk-crypto-nodejs, Node.js bindings of thematrix-sdk-cryptocrate,matrix-sdk-ffi, bindings of thematrix-sdkcrate,