-
**Describe the bug**
When running the compiler on Linux arm64, my module which normally runs in microseconds, will get stuck in a loop and never exit.
![image](https://github.com/user-attachments/as…
-
See https://github.com/chances/dbpf-d/issues/4.
## Justification
- Using WebAssembly we could more easily target other runtimes like Deno, Bun, and their ilk.
- This effort could also increase …
-
Congrats on open sourcing what appears to be a viable open source alternative to Raycast!
> Mostly as a learning/hobby project. It isn't (yet) intended to be used outside of experimentation. I got …
srid updated
2 months ago
-
Mantle could enable developers to expand functionality by supporting a plugin system. Some feature ideas I have had don't seem like they should be included in the core tool. However, they could be imp…
-
I want to use the http.wasm plugin, but it seems that the Python runtime does not support running it. I also can't find any example code related to http in the Python SDK
My code in Python (setup w…
-
Python doesn't have a clear way to specify these, I am considering a couple different approaches:
- Python decorator
```
@extism.import("extism:host/env", "my_func")
def my_func(x: str) -> str:…
-
From https://discord.com/channels/1011124058408112148/1050087728269766737/1260966340605513838:
> Plugin / c-pdk
typedef float f32;
EXTISM_IMPORT("test", "f32") extern f32 test_f32(f32);
/* ... *…
-
Stacks will need to request System Settings -> Privacy & Security -> Accessibility access on macOS.
We'll also need the platform specific code to perform the actual paste.
This should be configu…
-
File: index.ts
```
import createPlugin from "@extism/extism";
async function main() {
const plugin = await createPlugin(
{
wasm: [
{ url: "https://github.com/extism/plugins/releases…
-
## Background
Currently, if a player is an active player in a game and "leaves" by closing their browser, their player remains "stuck" as a player for a game. The game initiator can go back to the ar…