asg017 / sqlite-regex

A fast regular expression SQLite extension, written in Rust
Apache License 2.0
166 stars 7 forks source link

general question: sqlite plugin for wasm #12

Closed abeq closed 11 months ago

abeq commented 11 months ago

Is plugin available on wasm version of sqlite?

asg017 commented 11 months ago

Not yet! I couldn't get rust to compile to WASM in a way to make it usable in sqlite WASM builds. Though I think it'll eventually be possible, but not anytime soon.

abeq commented 11 months ago

I appreciate for your reply. I will wait for the next stage.