You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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.
Add WASM support to the project. Here are a few web resources talking about ios/rust/wasm:
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:
They all implement a trivial rust functions (adding to numbers, returning a string etc). Integrate one such function into the iOS app, invoke it and display results.
The text was updated successfully, but these errors were encountered: