core icon indicating copy to clipboard operation
core copied to clipboard

Add support for extensions / plugins

Open kkoreilly opened this issue 2 years ago • 2 comments

This would be very useful in apps like gide. It is not clear how we would implement this; Go's plugin system is too rigid and unsupported, so we would have to use something like https://github.com/hashicorp/go-plugin or https://github.com/traefik/yaegi. We will probably not do this in time for v2.

kkoreilly avatar Dec 26 '23 20:12 kkoreilly

WASM / WASI is probably the best way to do this.

kkoreilly avatar Dec 30 '23 02:12 kkoreilly

sounds like a technical exploration issue that needs to happen in the context of a specific use-case -- could discuss that but at this point nothing concrete to discuss.

rcoreilly avatar Jan 22 '24 03:01 rcoreilly