Results 4 issues of Zhibo Liu

So far the compiled library seems to do not contain weights, is it possible to embed the weights into the binary?

Is it possible to produce wasm code with dwarf debug information attached? I have tried with `/opt/cheerp/bin/clang++ -target cheerp-wasm test.c -o test14.js -O0 -g` But the generated wasm code still...

enhancement

I found the result is suspicious while decompiling a simple example with snowman. I think I should report it here. Example Code: ``` 1 #include 2 #include 3 #include 4...

### Question Hi all, I want to ask if it is possible to read the flags register during symbolic execution. I did not find such a reg in the SimState...

bug