Volodymyr Shymanskyy

Results 335 comments of Volodymyr Shymanskyy

Correct. This is performed by a custom pass I'm working on. The pre-instrumented file (`./test/hello.instrumented.wasm`) contains this transformation. However the API for this pass can change. I'd like to add...

@loboris Still could not find any `machine.RFCOMM` docs. Even the simplest example would help. Thanks!

There's already v 3.0.0 but it consists of major component refactoring

You can find an example of doing this here: https://github.com/vshymanskyy/wasm3/blob/master/test/run-spec-test.py @kanaka feel free to adjust it to your needs

Would love to see Mynewt as well! ;)

I also found some good explanations here: https://forum.mystorm.uk/t/how-fomu-does-things/647 Please consider adding them here.

I believe, `wishbone-tool 0xe0006000 0xac` is not working after uploading `riscv-blink`

@davebenson how about using a list as a root object (similar to [muon chaining](https://github.com/vshymanskyy/muon/tree/master/docs#chaining)), and applying a `0x8B` (size) tag to every element? This will make it impossible to run...

Having a random delimiter could be a good idea, however, I believe a 16-byte delimiter is an overkill. Maybe something like: `1 tag byte` + `6x payload bytes` + `1...

It might be a good idea to also allocate 1 byte for the counter (increases with each delimiter). In this case: `tag (1B)` + `random (5B)` + `counter (1B)` +...