mirror of
https://github.com/extism/extism.git
synced 2026-04-23 03:00:11 -04:00
This gives host the ability to re-use plugin descriptors instead of loading a new plugin each time. The plugin memory and everything is reset, so no state is shared with the newly loaded plugin. Co-authored-by: Steve Manuel <steve@dylib.so>
22 lines
462 B
JSON
22 lines
462 B
JSON
{
|
|
"name": "extism/example",
|
|
"description": "Example running the Extism PHP Host SDK",
|
|
"license": "BSD-3-Clause",
|
|
"type": "project",
|
|
"authors": [
|
|
{
|
|
"name": "The Extism Authors",
|
|
"email": "oss@extism.org"
|
|
}
|
|
],
|
|
"require": {
|
|
"extism/extism": "*"
|
|
},
|
|
"repositories": [
|
|
{
|
|
"type": "path",
|
|
"url": "../../"
|
|
}
|
|
],
|
|
"minimum-stability": "dev"
|
|
} |