Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / extism/rust-pdk issues and pull requests
#76 - update for newer versions of rust
Pull Request -
State: open - Opened by bhelx 25 days ago
#75 - Add import namespace to raw interface docs
Pull Request -
State: closed - Opened by bhelx about 1 month ago
#74 - sqlite in a plugin
Issue -
State: open - Opened by anderspitman about 2 months ago
- 9 comments
#73 - Graceful error handling for host function calls
Pull Request -
State: open - Opened by clarkmcc 2 months ago
#72 - Is there any way to return multiple values from a host function?
Issue -
State: closed - Opened by anderspitman 3 months ago
- 4 comments
#71 - Does http::request return headers properly?
Issue -
State: closed - Opened by anderspitman 3 months ago
- 3 comments
#70 - feat: add overview on generating bindings
Pull Request -
State: closed - Opened by nilslice 3 months ago
#69 - fix(example): add host function host, fix host_function.rs namespace
Pull Request -
State: closed - Opened by zshipko 3 months ago
#68 - chore: bump version to 1.3.0
Pull Request -
State: closed - Opened by zshipko 4 months ago
#67 - cleanup: avoid allocation for log levels that aren't enabled
Pull Request -
State: closed - Opened by zshipko 4 months ago
#66 - Add codeowners file
Pull Request -
State: closed - Opened by bhelx 4 months ago
#65 - fix: add trace level logging
Pull Request -
State: closed - Opened by zshipko 4 months ago
#64 - feat: support http_headers host function
Pull Request -
State: closed - Opened by zshipko 4 months ago
#63 - ci: use token to install libextism
Pull Request -
State: closed - Opened by G4Vi 6 months ago
#62 - chore: bump versions for 1.2.1 release
Pull Request -
State: closed - Opened by zshipko 6 months ago
#61 - fix: Use handle.length instead of offset.
Pull Request -
State: closed - Opened by milesj 6 months ago
- 1 comment
#60 - cleanup: improve handling of non-extism pointer types in `host_fn` macro
Pull Request -
State: open - Opened by zshipko 7 months ago
#59 - Document raw import interface
Pull Request -
State: closed - Opened by bhelx 7 months ago
#58 - cleanup: return no results from generated shared_fn when the result is `SharedFnResult<()>`
Pull Request -
State: closed - Opened by zshipko 8 months ago
#57 - fix: free memory blocks when they're not needed
Pull Request -
State: closed - Opened by zshipko 8 months ago
#56 - chore: bump to 1.2.0 for release
Pull Request -
State: closed - Opened by zshipko 9 months ago
#55 - feat: Add `shared_fn` macro
Pull Request -
State: closed - Opened by zshipko 9 months ago
#54 - chore(deps): update base64 requirement from 0.21.0 to 0.22.1
Pull Request -
State: closed - Opened by dependabot[bot] 9 months ago
Labels: dependencies
#53 - UserData is not generic enough
Issue -
State: closed - Opened by khassar00 11 months ago
- 3 comments
#52 - chore(deps): update base64 requirement from 0.21.0 to 0.22.0
Pull Request -
State: closed - Opened by dependabot[bot] 11 months ago
- 1 comment
Labels: dependencies
#51 - doc: use extism-convert-macros in examples
Pull Request -
State: closed - Opened by zshipko 12 months ago
#50 - chore: bump versions for 1.1.0 release
Pull Request -
State: closed - Opened by zshipko 12 months ago
#49 - docs: add section on installing rustup and wasm32 target
Pull Request -
State: closed - Opened by apisorbust almost 1 year ago
- 4 comments
#48 - fix: add correction to readme doc on http function
Pull Request -
State: closed - Opened by nilslice about 1 year ago
#47 - feat: add convert derive macros
Pull Request -
State: closed - Opened by ModProg about 1 year ago
#46 - doc: update python-sdk use in README to v1.0.0
Pull Request -
State: closed - Opened by chrisdickinson about 1 year ago
#45 - How to handle functions with multiple arguments ?
Issue -
State: closed - Opened by nyue about 1 year ago
- 3 comments
#44 - feat: update to include rust-protobuf, bump version
Pull Request -
State: closed - Opened by nilslice about 1 year ago
#43 - fix: namespace in host function example
Pull Request -
State: closed - Opened by zshipko about 1 year ago
#42 - release: 1.0.0
Pull Request -
State: closed - Opened by bhelx about 1 year ago
#41 - chore: add bindings to length_unsafe
Pull Request -
State: closed - Opened by zshipko about 1 year ago
#40 - cleanup: add Memory::free
Pull Request -
State: closed - Opened by zshipko about 1 year ago
#39 - Release 1.0.0 rc1
Pull Request -
State: closed - Opened by bhelx about 1 year ago
#38 - fix(derive): remove support for native types when using the macros
Pull Request -
State: closed - Opened by zshipko over 1 year ago
#37 - docs: Recommend new users try 1.0 beta
Pull Request -
State: closed - Opened by bhelx over 1 year ago
#36 - chore: use `extism:host/env` namespace
Pull Request -
State: closed - Opened by zshipko over 1 year ago
#35 - feat: add discord link to end, minor tweaks to verbiage
Pull Request -
State: closed - Opened by wikiwong over 1 year ago
#34 - docs: Create a README and getting started guide
Pull Request -
State: closed - Opened by bhelx over 1 year ago
#33 - fix(io): attempt to optimize loading/storing i/o
Pull Request -
State: closed - Opened by chrisdickinson over 1 year ago
- 2 comments
#32 - ci: use new extism cli
Pull Request -
State: closed - Opened by zshipko over 1 year ago
#31 - feat!: simplify memory interface, use extism-convert for working with extism memory
Pull Request -
State: closed - Opened by zshipko over 1 year ago
#30 - release: 0.3.4
Pull Request -
State: closed - Opened by bhelx over 1 year ago
#29 - fix: carry over const/unsafe to inner function impl
Pull Request -
State: closed - Opened by zshipko over 1 year ago
#28 - chore: use updated version of extism-pdk-derive, bump pdk version
Pull Request -
State: closed - Opened by zshipko over 1 year ago
#27 - fix(derive): do not use no_mangle on host functions
Pull Request -
State: closed - Opened by zshipko over 1 year ago
#26 - ci: fix names
Pull Request -
State: closed - Opened by zshipko over 1 year ago
#25 - chore: bump extism-pdk to 0.3.2
Pull Request -
State: closed - Opened by zshipko over 1 year ago
#24 - fix: only use on std::arch::wasm32 on wasm32 targets
Pull Request -
State: closed - Opened by zshipko almost 2 years ago
#23 - rust doc build failed
Issue -
State: closed - Opened by lisiur almost 2 years ago
- 1 comment
#22 - host_fn generate an export in wasm
Issue -
State: closed - Opened by lisiur almost 2 years ago
- 1 comment
#21 - fix: get offset of body memory without consuming it in http request
Pull Request -
State: closed - Opened by zshipko almost 2 years ago
#20 - chore: update dependencies, run clippy, bump version to 0.3
Pull Request -
State: closed - Opened by zshipko almost 2 years ago
#19 - chore(deps): update extism-manifest requirement from 0.2.0 to 0.3.0
Pull Request -
State: closed - Opened by dependabot[bot] almost 2 years ago
- 1 comment
Labels: dependencies
#18 - chore(deps): update syn requirement from 1.0 to 2.0
Pull Request -
State: closed - Opened by dependabot[bot] almost 2 years ago
- 1 comment
Labels: dependencies
#17 - Host function helpers
Pull Request -
State: closed - Opened by zshipko about 2 years ago
- 3 comments
#16 - release: v0.2.0
Pull Request -
State: closed - Opened by bhelx about 2 years ago
#15 - chore(deps): update base64 requirement from 0.20.0-alpha.1 to 0.21.0
Pull Request -
State: closed - Opened by dependabot[bot] about 2 years ago
Labels: dependencies
#14 - `#[plugin_fn]` for trait functions
Issue -
State: closed - Opened by ok-nick about 2 years ago
- 1 comment
#13 - chore: bump versions for v0.1.1 release
Pull Request -
State: closed - Opened by nilslice about 2 years ago
#12 - fix: panic if plugin_fn applied to main fn
Pull Request -
State: closed - Opened by nilslice about 2 years ago
#11 - feat: add msgpack support
Pull Request -
State: closed - Opened by zshipko about 2 years ago
- 1 comment
#10 - chore: Bump to 0.1.0
Pull Request -
State: closed - Opened by bhelx about 2 years ago
#9 - fix: include fn generic params in wrapped code
Pull Request -
State: closed - Opened by nilslice about 2 years ago
#8 - feat: add status_code to HttpResponse
Pull Request -
State: closed - Opened by zshipko about 2 years ago
#7 - cleanup: rename `function` macro to `plugin_fn`, rename `FuncResult` to `FnResult`
Pull Request -
State: closed - Opened by zshipko about 2 years ago
#6 - chore: remove extism_load_u32 and extism_store_u32
Pull Request -
State: closed - Opened by zshipko about 2 years ago
#5 - chore: publish derive package
Pull Request -
State: closed - Opened by bhelx about 2 years ago
#4 - Add `function` and `encoding` macros + simplify host interface
Pull Request -
State: closed - Opened by zshipko over 2 years ago
- 5 comments
#3 - Update to latest extism version
Pull Request -
State: closed - Opened by zshipko over 2 years ago
- 1 comment
#2 - ci: use extism from git instead of latest
Pull Request -
State: closed - Opened by zshipko over 2 years ago
#1 - Add `Pointer` type, logging functions and HTTP example
Pull Request -
State: closed - Opened by zshipko over 2 years ago
- 2 comments