Volodymyr Shymanskyy

Results 82 issues of Volodymyr Shymanskyy

Currently it requires running `dfu-util -e` to detach the DFU interface and start the previously loaded program. It would be good to have a way of auto-starting the program, i.e....

It looks like there's LLVM support for RISC-V, which should allow using `clang`, `Rust`, `TinyGO`. Maybe someone played with LLVM already and can share experience / how to get started...

... instead of the dedicated marker. Fixed-size string will remain non-0-terminated.

in progress

Posit is a number format that is similar to IEEE 754 format (floating point numbers). The Posit Standard (2022) has been ratified by the Posit Working Group: https://posithub.org The idea...

feature

Just curious if this is somehow in the cope of the project at all...

Just performed a quick test to understand how it compares to `wasm2c`. For this test I took a ~25 MB wasm (WASI) file, [`clang.wasm`](https://github.com/wasm3/wasm3-self-compiling/blob/main/wasm/clang.wasm) - `w2c2` finishes in **5.1s**, RAM...

FYI -> https://benedikt-bitterli.me/tantalum/ ![image](https://user-images.githubusercontent.com/1506708/43087331-443023ec-8ea8-11e8-89d8-8348461d4a70.png)

enhancement
help wanted

It would be really great if this tool could help with debugging WASI. I see 2 challenges here: 1. WASI runtimes typically do not have any JS engine at all....

enhancement

https://github.com/Freeyourgadget/Gadgetbridge/blob/master/app/src/main/java/nodomain/freeyourgadget/gadgetbridge/service/devices/miband2/MiBand2Support.java#L815

good first issue