Skip to content

Releases: extism/rust-pdk

v0.3.2

19 May 22:01
23ac6de
Compare
Choose a tag to compare

What's Changed

  • fix: only use on std::arch::wasm32 on wasm32 targets by @zshipko in #24

Full Changelog: v0.3.1...v0.3.2

v0.3.1

10 Apr 00:19
1927843
Compare
Choose a tag to compare

What's Changed

  • fix: get offset of body memory without consuming it in http request by @zshipko in #21

Full Changelog: v0.3.0...v0.3.1

v0.3.0

03 Apr 20:57
317a69b
Compare
Choose a tag to compare

What's Changed

  • Host function helpers by @zshipko in #17
  • chore: update dependencies, run clippy, bump version to 0.3 by @zshipko in #20

Full Changelog: v0.2.0...v0.3.0

v0.2.0

19 Jan 17:48
Compare
Choose a tag to compare

What's Changed

  • chore(deps): update base64 requirement from 0.20.0-alpha.1 to 0.21.0 by @dependabot in #15
  • release: v0.2.0 by @bhelx in #16

New Contributors

Full Changelog: v0.1.1...v0.2.0

v0.1.1 Release

15 Dec 17:09
54c2031
Compare
Choose a tag to compare

What's Changed

0.0.1-rc.5

11 Nov 19:28
f50876e
Compare
Choose a tag to compare
0.0.1-rc.5 Pre-release
Pre-release
Merge pull request #4 from extism/improve-api

Add `function` and `encoding` macros + simplify host interface