Skip to content

Commit

Permalink
more links
Browse files Browse the repository at this point in the history
  • Loading branch information
conduition committed Jan 31, 2024
1 parent 51b11c3 commit 82d77f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Expo WASM Demo

This repository is a simple [React-Native](https://reactnative.dev) app built with [Expo](https://expo.dev) which demonstrates how to import a [Rust](https://www.rust-lang.org) library via `wasm-pack` + `wasm2js`.
This repository is a simple [React-Native](https://reactnative.dev) app built with [Expo](https://expo.dev) which demonstrates how to import a [Rust](https://www.rust-lang.org) library via [`wasm-pack`](https://rustwasm.github.io/) + [`wasm2js`](https://github.com/WebAssembly/binaryen).

Specifically, this app imports [the `musig2` crate](https://github.com/conduition/musig2) and uses it to securely aggregate secp256k1 public keys together. In principle this approach could be applied to any pure rust crate.

Expand Down

0 comments on commit 82d77f6

Please sign in to comment.