-
-
Hello, I am new to extism, I just copy the example, it seems some error happens, Is there anyone cognizant of the reasons behind this unfortunate occurrence?
This is rust code build success with `c…
MDGSF updated
11 months ago
-
### Description
When trying to import C functions, it seems like there is a certain threshold that causes problems when it's hit. The size depends both on parameter types and return type. For example…
-
The Extism playground is currently broken: https://playground.extism.org/. Updating to the latest JS SDK should fix it
https://github.com/extism/playground
-
See https://github.com/extism/extism/issues/504
-
The KV store code example in the Readme that is used to demonstrate Extism Host Functions requires the following correction(s):
- [x] Add correct type conversions between little-endian bytes and un…
-
This was done in the "legacy" browser SDK here: https://github.com/extism/extism/commit/e1a5b01ede7433e1741cca8115a5cdc699b4d721
It allows Extism to be used in a wider variety of contexts (such as …
-
I have the following host function defined:
```rust
// My hand-written function.
host_fn!(
resolve_file_path(path: &str) -> String {
let path = PathBuf::from(path);
let pat…
-
https://docs.rs/extism/0.4.0/extism/fn.set_log_file.html
-
Published to extism.org