extism / cli

The extism CLI is used to generate plugin scaffolding and manage Extism installations
BSD 3-Clause "New" or "Revised" License
19 stars 5 forks source link

feat: add link flag to link additional modules from command line #86

Closed zshipko closed 1 month ago

zshipko commented 1 month ago

Adds --link moduleName=filepath flag, which can be used multiple times to specify additional modules that should be linked at runtime

bhelx commented 1 month ago

Cool idea :)