Releases: extism/c-pdk
Releases · extism/c-pdk
v1.1.0
v1.0.2
v1.0.1
What's Changed
- doc: update python-sdk use in README to v1.0.0 by @chrisdickinson in #23
- chore: include stddef.h to avoid warning about missing size_t by @zshipko in #24
New Contributors
- @chrisdickinson made their first contribution in #23
Full Changelog: v1.0.0...v1.0.1
v1.0.0
What's Changed
- feat: add examples directory by @zshipko in #4
- ci: use wasi-sdk instead of emsdk by @zshipko in #5
- feat: add extism_log function by @zshipko in #6
- docs: add detailed readme by @zshipko in #8
- chore: use
extism:host/env
namespace by @zshipko in #7 - ci: add tests by @zshipko in #9
- cleanup: optimize algorithm used for extism_load/extism_load_input/extism_store by @zshipko in #10
- feat: export macros by @G4Vi in #11
- docs/test/build: use EXTISM_EXPORTED_FUNCTION by @G4Vi in #13
- Feat: improve input loading and string handling by @G4Vi in #16
- Feat: seperate implementation from interface by @G4Vi in #17
- feat: seperate pointer from handle by @G4Vi in #18
- docs: add info and link on Extism memory by @G4Vi in #21
- feat: add convenience functions for error setting, config vars, and vars by @G4Vi in #22
New Contributors
Full Changelog: v0.1.0...v1.0.0