-
Attempting to wrap wasmedge for instance fails due to hitting `__int128`. The following is what I'm using if it helps. In this API one does not directly touch the data at `__int128` so any allocation…
-
Hi,
I've had a problem for several days trying to change the Kubernetes runtime to runwasi: WasmEdge.
I am trying to orchestrate the module **llama-simple.wasm** (https://github.com/second-state…
-
I am trying to run a very simple program using `argv`.
argv.js:
```js
import { argv } from 'process';
console.log(argv);
```
But it seems to be undefined
```
wasmedge --dir=. wasmedge_q…
-
can this run in the browswe like chrome rather than wasmedge?
ijry updated
4 months ago
-
## Description
I write a simple echo service by quickjs:
```
import { createServer } from 'http';
createServer((req, resp) => {
let data = "";
req.on('data', (body) => {
data += body;…
-
## Motivation
In WasmEdge C-SDK, there is no provisioned method to remove the modules registerd by VM.
I can understand the reason is that it's vm owns those modules. However it's still suc…
-
[Wasmtime provides the compling support with Bazel](https://github.com/bytecodealliance/wasmtime-go)
> This Go library uses CGO to consume the C API of the [Wasmtime project](https://github.com/byt…
-
### Summary
As the title, the new released version of the static library cannot be linked.
### Current State
The symbols related to fmt are undefined.
### Expected State
Without compile error.
#…
-
After searching for a term on the "Discover" screen, the `Searching...` animation will be shown forever until the user scrolls on the screen.
See screenshot below, which will remain on the screen …
-
### Summary
When the user input is too long, the API server will crash now. See the error messages below.
```
[2024-10-24 06:34:50.974] [info] [WASI-NN] GGML backend: the prompt is too long. Yo…