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

Testing WASM integration of Zama libraries with Swift/iOS #79

Closed
bhaskarkishore opened this issue Nov 25, 2024 · 1 comment
Closed

Testing WASM integration of Zama libraries with Swift/iOS #79

bhaskarkishore opened this issue Nov 25, 2024 · 1 comment
Assignees
Labels

Comments

@bhaskarkishore
Copy link
Contributor

bhaskarkishore commented Nov 25, 2024

Goal: Add Rust Zama libraries to an iOS Swift project via the WASM mechanism and be able to call Zama functions and parse results.

A suggested pathway for achieving this is as follows:

  1. Create single screen / page Swift iOS app. The app should have a button. Clicking this should eventually invoke a Rust function and then display the values returned by it.
  2. Add WASM support to the project. Here are a few web resources talking about ios/rust/wasm:
  3. Add the Zama library to the project and see the project compiles.
  4. Invoke the key generation function in the Zama library either directly or via a wrapper function.
  5. Display the keys in the iOS app.
@bhaskarkishore
Copy link
Contributor Author

Completed earlier

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants