Skip to main content

WASM

We support compiling to WASM targets though the standard WASM target backend. This is most useful for adding the ability to encrypt values in the browser using a public key, while the FHE computation runs on the server with more compute resources.

cargo build --release --target wasm32-unknown-unknown

Please see the Rust WASM documentation for more information.