Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Extensions] support for wasm targets #692

Open
PThorpe92 opened this issue Jan 14, 2025 · 1 comment
Open

[Extensions] support for wasm targets #692

PThorpe92 opened this issue Jan 14, 2025 · 1 comment
Labels
enhancement New feature or request help wanted Extra attention is needed WebAssembly

Comments

@PThorpe92
Copy link
Contributor

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.

@penberg penberg added enhancement New feature or request help wanted Extra attention is needed WebAssembly labels Jan 15, 2025
@PThorpe92 PThorpe92 changed the title Extension support for wasm targets [Extensions] support for wasm targets Jan 16, 2025
@PThorpe92
Copy link
Contributor Author

After #737 is merged, wasm targets will be able to be compiled with extensions directly.

However additional work will still be necessary to support for .load / load_extension() at runtime.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed WebAssembly
Projects
None yet
Development

No branches or pull requests

2 participants