mirror of
https://github.com/extism/extism.git
synced 2026-01-08 21:38:13 -05:00
feat: add extism_plugin_update (#6)
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>
This commit is contained in:
4
.gitignore
vendored
4
.gitignore
vendored
@@ -1,4 +1,5 @@
|
||||
target
|
||||
runtime/ast.json
|
||||
runtime/target
|
||||
Cargo.lock
|
||||
.DS_Store
|
||||
@@ -29,4 +30,5 @@ ocaml/duniverse
|
||||
ocaml/_build
|
||||
php/Extism.php
|
||||
dist-newstyle
|
||||
.stack-work
|
||||
.stack-work
|
||||
vendor
|
||||
Reference in New Issue
Block a user