tursodatabase/libsql

Compile into WebAssembly

Open

#455 opened on Oct 13, 2023

View on GitHub
 (0 comments) (1 reaction) (0 assignees)C (490 forks)batch import
enhancementhelp wanted

Repository metrics

Stars
 (16,744 stars)
PR merge metrics
 (Avg merge 23h 19m) (1 merged PR in 30d)

Description

There are various use cases where you want libSQL compiled into WebAssembly. For example, when running on the browser or on different serverless runtimes. It would also plausibly simplify the libSQL JavaScript bindings because we no longer need the different native packages.

Contributor guide