Benjamin Eckel
Benjamin Eckel
We should have some tests. Probably a few unit tests for the adapters and something similar to the rust integration tests.
It might make sense to publish the whole package to npm and have the compiler published as a `bin` since that's how most people will be managing their other dependencies....
Right now when you develop a game, you store the state of the game in a plugin variable. This was done for pragmatic purposes and to help users get familiar...
Currently in GameBox, we use a `version` number in the assigns to represent the state of the game. If the version number changes, then the system knows it needs to...
We have added wasip1 support and we're working on finishing it: https://github.com/dylibso/chicory/tree/main/wasi We have wasip2 on the roadmap as well.
I was working through an issue with someone in Discord who is using Java and dynamically linking to extism. When unpacking the `libextism-x86_64-unknown-linux-musl-v1.4.1.tar.gz` release, we noticed that it only contains...
Currently we use the type ArrayBufferLike for `Host.outputBytes`. But this is too restrictive. It doesn't accept typed array buffers. Which means that the user needs to unwrap their buffer. Example:...
We should add these globals as they are pretty common.