-
Hi @yamt ,
it is really cool that you put so many Wasm runtimes on your benchmarks for comparison!
I have a few questions though.
What hardware did you run the benchmarks on? Would be cool if you…
-
docs: https://github.com/CraneStation/wasmtime/blob/master/docs/WASI-api.md
The WASI is still not stable. But it's not a big work, so, add this?
-
# ✨ 概要
# なぜ必要
# 備考
-
### Describe the bug
While executing the given testcase with wasm-micro-runtime and other runtime tools, the results are different.
### Test Case
[The given testcase](https://github.com/luxinyi01…
-
Is WebAssembly (WASM) (https://webassembly.org/) supported?
C++ to WASM can be used via https://emscripten.org/.
-
At this point in time, there is no support for compression/decompression in txiki for what I can tell.
Users can bundle some like pure JS implementation like [pako](https://github.com/nodeca/pako)…
-
A cool addition might be support for libuv using a configure option.
Libuv library: https://github.com/libuv/libuv
Benefits of using libuv: expose all of the libuv API in a cross platform way, s…
-
Just a thought suggestion, if it is possible to add the ability to display GUI binaries or possibly render 2D/3D GUI (say code compiled with OpenGL). From an experience standpoint, it might look like …
-
I've seen this request on https://github.com/python/mypy/issues/9029, but it was asked to be re-opened here by @ilevkivskyi, however it never was
> Please re-open at https://github.com/mypyc/mypyc/…
-
Tested on Linux with `wasmtime` `v9.0.1` and `wasi-sdk-20.0`.
The following code (saved as `open-rw.c`) tries to open a file (that exists) for reading and writing:
```c
#include
#include
…