You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: free parameters to host functions when using the `host_fn` macro (……#77)
* fix: add ManagedMemory to automatically free host function parameters
* chore: bump version to 1.4.0
chore: use `extism:host/env` namespace (#36)
* chore: use extism:env namespace
* cleanup: rename namespaced functions
* fix: proc macro
* chore: use extism:user namespace by default for user-defined host functions
* cleanup: fix host_fn attr
* chore: bump version
* fix: use extism:host/user instead of extism:user
* fix: use extism:host/env and extism:host/user
* chore: clippy
* chore: fix ci test