-
Some developers prefer to include their dependencies as submodules in their repo instead of depending on system wide installation of the deps.
It may be helpful to build an extism cpp cmake package…
G4Vi updated
11 months ago
-
Add a test that uses the extism rust sdk alongside the tracing crate to run a plugin that intentionally errors, then verify that we can extract useful logging output from the failure (specifically, ex…
-
First of all, thank you so much for Extism. Settled with it for a personal project and every time I'm using it I'm like: "oh shit, it's amazing :exploding_head:".
I'm using `extism@1.0.0-rc6` and `…
-
Add something similar to https://github.com/extism/go-sdk#readme
G4Vi updated
11 months ago
-
[extism::Context](https://docs.rs/extism/latest/extism/struct.Context.html) has two, very minimal functions for managing a pool of plugins. Underneath the hood, in [extism_runtime::Context](https://do…
-
Add README similar to rust-pdk https://github.com/extism/rust-pdk
bhelx updated
12 months ago
-
**Describe the bug**
Attempting to install moon via the proto plugin on Alpine docker image installs the wrong version. Manually editing the proto-plugin.toml to specify -musl rather than -{libc} f…
-
# Issues
- https://github.com/extism/cli/pull/25
- https://github.com/extism/docs/issues/99
- https://github.com/extism/docs/issues/101
- https://github.com/extism/docs/issues/100
- https://git…
-
We should add a way to pre-compile wasm modules and load them directly or using the manifest. Similar to https://github.com/extism/extism/pull/596 but for js.
-
I am using the last version available on github.
**Command to reproduce :**
`cargo run -- generate -p ~/apps/rust/llama2.rs.wasm/www/pkg/llama2_rs_wasm_bg.wasm -o /tmp/mod.yml`
the wasm file is …