Skip to content

progpjs/progpAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

30466e5 · Mar 6, 2024

History

46 Commits
Mar 6, 2024
Feb 10, 2024
Feb 10, 2024
Feb 10, 2024
Feb 15, 2024
Mar 6, 2024
Mar 6, 2024
Feb 18, 2024
Mar 1, 2024
Feb 10, 2024
Mar 1, 2024
Mar 6, 2024
Mar 6, 2024

Repository files navigation

ProgpJS ProgpAPI

It's the low level API for the javascript engine. It's mainly used when you want to add special features to a Go function exposed to the javascript engine, like progpAPI.StringBuffer which allows to return a buffer when a string is expected (it's allow avoiding buffer to string conversion).

The split between ProgpAPI and progpScripts has this logic: ProgpJS modules must only access progpAPI and never progpScripts. Mainly because an update to ProgpAPI involves regenerating all the pre-compiled Go plugins, theses being very usefully since libProgpV8 take about 5 secondes to compiles without that.

See https://github.com/progpjs/documentation for more information.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages