-
Finish the inline documentation and get some rendered reference docs published on readthedocs: https://about.readthedocs.com/
In the past I've used sphinx-apidoc to generate docs with some success:…
bhelx updated
11 months ago
-
Plugin:
```
package main
import "github.com/extism/go-pdk"
//export run_test
func run_test() int32 {
pdk.SetErrorString("my custom error")
return 1
}
func main() {}
```
Host:
```…
-
Commands related to node all report this error.
```bash
PROTO_LOG=trace RUST_BACKTRACE=1 proto install node 18.18.0
```
Result:
```
[DEBUG 2023-10-21 10:22:37] proto Running proto v0.20.0 …
-
- Runtimes where this won’t be an issue:
- Rust (wasmtime)
- Go (wazero)
- Javascript (after native Extism runtime is finished)
- Some languages will still depend on libextism being instal…
-
Repro:
```rust
#[test]
fn test_cancel() {
let f = Function::new(
"hello_world",
[ValType::I64],
[ValType::I64],
None,
hello_world,
);
l…
-
### What version?
0.19.3
### Which command?
npm i & npm ci
### What happened?
Running `npm i` or `npm ci` the command fails with `Error: plugin::failed × extism_call failed` and no package is …
-
### Crate name
extism-convert
### Build failure link
https://docs.rs/crate/extism-convert/0.1.0/builds/930160 and https://docs.rs/crate/extism-convert/0.2.0/builds/930381
### Additional de…
-
I have setup tsdocs for this repo, you can see a preview of the website here:
https://extism.github.io/js-sdk
-
See https://github.com/extism/go-sdk/pull/31#issuecomment-1764790511
-