libsql_bindgen 0.2.3

Rust library for writing WebAssembly-powered user-defined functions for libSQL
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Intro

This repository contains a helper library for coding
WebAssembly-powered user-defined functions for libSQL.

Marking a native Rust function with `#[libsql_bindgen]` macro
and compiling it to `wasm32-unknown-unknown` target
is enough to produce a user-defined function definition
callable directly from libSQL.

TODO:
 * document, provide examples
 * generate a snippet script (or build.rs) for injecting a new function into libSQL, in form of an SQL query