Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: extism/python-sdk
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0.2
Choose a base ref
...
head repository: extism/python-sdk
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.0.3
Choose a head ref
  • 6 commits
  • 5 files changed
  • 2 contributors

Commits on Oct 22, 2024

  1. Add codeowners file (#26)

    bhelx authored Oct 22, 2024
    Configuration menu
    Copy the full SHA
    6c5e88c View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2024

  1. fix: update to latest extism_sys

    The newest version of `extism_plugin_new` consumes function metadata generated
    by `extism_function_new`. Move the `extism_function_new` call to
    plugin instantiation time to fix this.
    
    Additionally, edit `pyproject.toml` to support running with `uv`.
    Chris Dickinson committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    4e5051d View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2024

  1. feat: add host context support

    Add the ability to pass "per invocation" host context accessible via
    CurrentPlugin. Additionally, allow referring to CurrentPlugin in type-inferred
    host functions.
    Chris Dickinson authored and chrisdickinson committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    6e1d0fe View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2024

  1. feat: enable compiled plugins

    Add `extism.CompiledPlugin`, which may be provided as the `wasm` parameter
    to `extism.Plugin`.
    Chris Dickinson authored and chrisdickinson committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    67d7bd5 View commit details
    Browse the repository at this point in the history
  2. fix: bump to extism_sys>=v1.9.1

    Chris Dickinson authored and chrisdickinson committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    2e83a8c View commit details
    Browse the repository at this point in the history
  3. v1.0.3

    Chris Dickinson committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    1a1162e View commit details
    Browse the repository at this point in the history
Loading