extism / cli

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

fix: copy from workspace, release mode default #3

Closed nilslice closed 2 years ago

nilslice commented 2 years ago

I think this may have been behind the change to use cargo workspaces in extism/extism, so I added a new property to the builder for workspace_path, though its redundant to source_path. Just makes it more clear imo where the directory is when we use it to find the build artifact.

I also set mode to "release" if it's not set when we build.