-
So I'm pleased to see the new QuickJS engine, unfortunately it appears that ASM.JS support is dying out in a number of languages. It's currently broken on all supported toolchains of Rust and in the l…
-
# Problem
For Groth16, we currently rely on wasm3 for witness generation and circom-compat for proof generation. There's circom-witness-rs which seems promising and would be roughly comparable with…
-
Hi, I am one of the authors of `wasmi` and got curious about your `s1vm` which claims to be significantly (approx 2.2 times) faster than `wasmi` for some fibonacci testcase.
I got seriously intereste…
-
WebAssembly is now stable enough to be implemented: https://lists.w3.org/Archives/Public/public-webassembly/2017Feb/0002.html.
There are several options for Duktape to interact with WebAssembly; tw…
-
It would be nice if WAVM had [WASI ](https://github.com/WebAssembly/WASI) ABI support as several other standalone WebAssembly VMs already do.
Uzume updated
3 years ago
-
When running very short workloads, the time spent in the `m3_ParseModule` can be significant, or even most of the execution time.
This can be mitigated by being able to save a parsed module, and then…
-
**Version of emscripten/emsdk:** 3.1.41
emcc (Emscripten gcc/clang-like replacement + linker emulating GNU ld) 3.1.41 (71634e036d20209a5d81c2b2171e145b44de1e12)
clang version 17.0.0 (https://github.…
-
~~We have Java Cards but what if we had Wasm Cards as well? unfortunately it would be a lot easier with a 16-bit format instead of the 32-bit and 64-bit formats we have.~~
There should be a 16-bit …
-
### Describe the project you are working on
Godot for a commercial AR project where we plan to contribute our enhancements.
### Describe the problem or limitation you are having in your project
GDS…
-
Inspected examples here : https://github.com/AssemblyScript/examples
We have a web assembly SDK implemented in C++.
Want to be able to link AssemblyScript to to it.
So need to be able to call…