remill icon indicating copy to clipboard operation
remill copied to clipboard

Remill running on the web via Emscripten

Open TrevorSundberg opened this issue 5 years ago • 3 comments

See the README.md I added for notes about building and running. I'm very open to make changes or answer questions :)

TrevorSundberg avatar Feb 17 '20 05:02 TrevorSundberg

This is my first real GitHub PR (I'm used to Azure Devops), when I commit and push the comments that were made just show Outdated and the old code. In Devops when you push the new code is shown next to the comment so the reviewers can verify that it was changed. Is this normal GitHub behavior or is there something I'm supposed to do to tell the PR to use the latest commit? Seeing the Outdated just seems weird.

TrevorSundberg avatar Feb 18 '20 17:02 TrevorSundberg

I think we might need some changes to cxx-common to add wasm as a supported target.

pgoodman avatar Feb 19 '20 16:02 pgoodman

Hey @TrevorSundberg , just as an FYI, we've all been on a company trip hence the lack of movement. What do you think of us using a cxx-common built clang for the compiler to produce WASM targets? It also seems like LLVM has some kind of support for wasm with 64-bit pointers [1].

[1] https://code.woboq.org/llvm/llvm/include/llvm/ADT/Triple.h.html#llvm::Triple::wasm64

pgoodman avatar Feb 29 '20 22:02 pgoodman