-
-
Notifications
You must be signed in to change notification settings - Fork 578
Open
Labels
enhancementNew feature or requestNew feature or request
Description
It's already possible to embed Dolt in a Go program by using Dolt as a library.
Non-Go customers want options to embed Dolt as well. There are a couple different options:
- Export Dolt as a C library, so that Dolt can be embedded in any language. This is hard but theoretically possible.
- Compile Dolt to WASM for use on the web or in some mobile applications. Probably easier than the C option.
HeyITGuyFixIt
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request