https://github.com/libsql/libsql_generate
https://github.com/libsql/libsql_generate
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/libsql/libsql_generate
- Owner: libsql
- Created: 2022-11-11T10:47:20.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-03-18T17:01:40.000Z (over 2 years ago)
- Last Synced: 2025-02-04T22:29:58.562Z (10 months ago)
- Language: HTML
- Size: 23.4 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# libSQL bindgen generator
This repository contains a Web application based on [libSQL bindgen](https://crates.io/crates/libsql_bindgen), allowing its users to compile
Rust code right into WebAssembly compatible with user-defined functions for [libSQL](https://libsql.org).
It consists of a backend service which compiles Rust code to WebAssembly (see the Dockerfile for details)
and a simple static page serving as frontend.
Official mirror is hosted at https://libsql-bindgen.sarna.dev
Deploy your own instance by running fly.io's `flyctl deploy`, the `fly.toml` file is already here for your convenience.