IronCoreLabs / recrypt-wasm-binding

Bindings to be able to use recrypt-rs within a browser via WebAssembly.
GNU Affero General Public License v3.0
18 stars 3 forks source link

Expose the substring search functions to WASM #23

Closed BobWall23 closed 4 years ago

BobWall23 commented 4 years ago

Pull in the ironcore-search-helpers and expose functions. Requires these steps:

giarc3 commented 4 years ago

We decided to not use a feature flag in Rust because building without the flag would cause a compile error in TypeScript for referencing functions that don't exist.