cib icon indicating copy to clipboard operation
cib copied to clipboard

clang running in browser (wasm)

Results 17 cib issues
Sort by recently updated
recently updated
newest added

On the website https://tbfleming.github.io/cib/, keeping the example string-sorting code as-is, click "Compile" -> "wasm size: 14001", click "Run" -> "RuntimeError: index out of bounds" Browser I use: Chrome: Version 83.0.4103.116...

First of all, thanks for your efforts in bringing LLVM to the browser, great work. The Clang format library from this project is being used in http://WebAssembly.studio. For now, compilation...

This project is really interesting! I was able to get Armadillo to compile: http://arma.sourceforge.net/ Using the github pages branch locally, taking the armadillo download, and repackaging it as a zip:...

Has anyone tried compiling [`clangd`](https://clang.llvm.org/extra/clangd.html) to be used as a [Language Server](https://microsoft.github.io/language-server-protocol/) with [Monaco](https://microsoft.github.io/monaco-editor/) (the editor behind VS Code?)

HI ... thanks for this awesome project! Everytime I try to run any of the examples, I get a "RuntimeError: index out of bounds". It seems to compile ok but...

User's program can now take stdin. There is an Input pane with a textarea for the input. The input needs to be in there before the program runs. You can...

When running the example, compilation succeeds (`wasm size: 14001`) but running gives the output:- `RuntimeError: memory access out of bounds`

it was working fewmonth ago - maybe api changed ? ![image](https://user-images.githubusercontent.com/741393/44621418-dcfacd00-a8ae-11e8-989d-c1f1b9b00579.png)

It would be really great to be able to preview the resulting webassembly bytecode, something similar to https://mbebenita.github.io/WasmExplorer/