-
Ideally, this project should be compilable via emscripten to WASM. Adding compatibility and documentation to make this possible should exist.
-
I'm trying to understand what type of code I should expect to be fully evaluatable by wasm-ctor-eval, and which instructions it won't be able to evaluate. "Calls to imported functions" are the exampl…
-
WASM targets don't support `Async` and probably won't until WASI reaches a more stable point. However, since `parking` is usable on WASM thanks to atomics, it may be desirable to use the `Timer` imple…
-
For those unaware, https://cardinal.kx.studio/ is totally a thing now for some reason.
Also https://minicardinal.kx.studio/ for a mini/stripped-down version that loads faster.
There are some issue…
-
We should make sure that we understand what happened here:
https://github.com/tlsnotary/tlsn/actions/runs/10628828020/job/29464418444
-
We at [Wire](https://github.com/wireapp/) are using josekit-rs in one of our components and were wondering, are there plans to support WASM?
-
### Describe the bug
The browsers built in back button works but the state inside the wasm app gets very confused.
safari on Mac.
### How to reproduce
https://www.cogentcore.org/core/wid…
-
Hey, i did compile my source with `emcmake` to JS + WASM files. When loading the file i get the following error:
```
DartError: Bad state: Could not find a emscripten module named dicom_ffi
dart-sd…
-
Stackblitz reproduction: https://stackblitz.com/edit/ruby-wasm-demo-78s71k?file=index.html
MatchData#end returns incorrect match offset when used in async context:
```
vm.eval(/(т)(е)(с)/.match…
-
We should have two listeners one for prompt and other for llm routing.
Here is a list of listeners we have today,
- 10000 prompt (to create traceparent)
- 10001 prompt - hosts prompt gatreway w…