tursodatabase/turso

[Extensions] support for wasm targets

Open

#692 opened on Jan 14, 2025

View on GitHub
 (1 comment) (0 reactions) (0 assignees)Rust (1,001 forks)github user discovery
WebAssemblyenhancementhelp wanted

Repository metrics

Stars
 (19,103 stars)
PR merge metrics
 (PR metrics pending)

Description

Currently there exists the beginning of an extension API for limbo. This obviously relies on classic ffi / dlopen with libloading. It is my understanding that this is not supported for wasm targets.

It would be great if this behavior could be achieved there as well.

Contributor guide