Volodymyr Shymanskyy

Results 335 comments of Volodymyr Shymanskyy

@rhyswilliamsza we should be almost there, I just had to disable serviceworker as it caused troubles when updating the app. I'm no expert in ServiceWorkers anyway ;)

@dnbard you can continue discussion on this topic with @rhyswilliamsza here

@rhyswilliamsza thanks for your interest! Did you check out this project? https://github.com/freezed-or-frozen/MiBand1A Does it work for you? In general, it looks like the protocol is a whole lot different from...

Sure. Can't test on my side as i don't have any other MiBands ;)

@jiayihu i think we could add a flag to treat all f64 types as f32 (loosing precision), at some point. Regarding the changing signatute. @Veykril with the latest wasm3, you...

@Veykril what's the easiest way to run the examples? I was able to: ``` python wasm_bin_builder.py ./examples/wasm/wasm_add rustc examples/call_wasm.rs -L ./target/release/deps ``` But, it requires `extern crate wasm3;` on top...

While working on Wasm3, we were able to run WASM on systems with 16KB RAM and 128KB Flash memory. And even on `ATmega1284`. Personally, I wouldn't vote for introducing any...

Things to read (at least): - Improve support of embedded systems with limited RAM https://github.com/AssemblyScript/assemblyscript/issues/1089 - Embedded devices: i8/i16 and memory pages less than 64KiB https://github.com/WebAssembly/spec/issues/899 - Supporting smaller memory...

so.. no `--list-boards` yet? ;)

Duplicate of https://github.com/WebAssembly/wasi-sdk/issues/185