AtomVM icon indicating copy to clipboard operation
AtomVM copied to clipboard

Export a stable API for plugins

Open bettio opened this issue 2 years ago • 0 comments

Since #703 all symbols are exported in order to build plugins, however a stable subset of the API should be exported.

Furthermore exporting all symbols might prevent additional LTOs.

Tasks:

  • [ ] Define a stable API
  • [ ] Define an export macro
  • [ ] Export relevant functions

bettio avatar Aug 04 '23 20:08 bettio