-
@mikera, @helins:
A couple of months back, I had to write a custody contract and found the solidity toolchain a pain to use. So I built a solidity testing/verification toolchain with `std.lang`. I…
-
All the use-cases I might want to use extism for (a shell, a package manager) involve fairly heavy filesystem access, and I think it would make a lot of sense to provide filesystem access to plugins (…
-
Following error was found while trying to run a pluin following the tutorial "write a plugin in rust". I also tried to upload code.wasm shipped with source code and it works fine instead.
![image]…
-
We should add a wrapper around `extism_http_request` to make it more usable from Go.
One blocker here is the lack of JSON support, I think we would either have to generate a JSON object manually or…
-
I'm looking to use some imported foreign functions that require unsigned types. Example:
```
// the wasm function imported into "env"
extism_input_length: () -> u64
// The grain foreign import…
-
👋 Hello,
I'm using the Node Host SDK and the Go PDK.
On the Node.js side, this is the code of the host function:
```javascript
function hey_peeps(currentPlugin, inputs, outputs, userData, userD…
-
So far, we've been using dynamically linked libraries to load models into the host application. That works well enough for desktop platforms, but to run Fornjot on the web, with arbitrary models, it i…
-
The README image suggests that Java (or maybe just Android?) is a "coming soon" target language. I'd be keen to know when that lands.
-
@zshipko, if you get a chance, can you take a look at the `ci` branch & the CI workflow in particular.. I can't seem to get the CLI installed in such a way that it uses the installed lib/.h and doesn'…
-
Creating this issue as an easy way to take notes for myself while I'm still rapidly adding things, but if you're not me feel free to comment on this issue and suggest a feature.
1. Testing needs to…