emception icon indicating copy to clipboard operation
emception copied to clipboard

Run Emscripten in the browser

Results 18 emception issues
Sort by recently updated
recently updated
newest added

System (VM): Ubuntu 22.04 LTS 27.4 GiB of Memory i7-10700F Processor Steps to reproduce: - Clone Emception locally - run `sudo ./build-with-docker.sh` - copy build `cp -r emception/build/emception .` -...

This is a really cool project, though it's difficult to use a part of a project due to the lengthy build and compilation. Could we have Emception as a library?...

After discovering Emception project, I quickly opened up the provided demo on [this](https://jprendes.github.io/emception/) link, but what I got was a loading icon that won't disappear no matter how long I...

Sorry for the late response, I'm working on getting a linux environment running entirely in the browser - [BrowserLinux](https://github.com/Froggo8311/BrowserLinux) - and was intrigued by emception. I am working on adding...

First of all, congrats for this awesome project! It feels (I've not measured it) too slow compared with native emscripten. Have you considered pushing it as a (real world) wasm...

I tried to get the demo to compile from the instructions in the README, but it seems to be failing regardless of what I do. Following the instructions, running: ```bash...

Add [coi](https://github.com/gzuidhof/coi-serviceworker) lib to make `-pthreads` work in the GitHub live demo page.

#27 It looks like llvm-box currently takes the first argument, `argv[0]`, as the command. I'm not sure if this is intentional or if it's just a bug. In most environments,...

Hi, thanks for the very cool work you do! I'm having some problems with the llvm-box. I noticed that the llvm-box did not have any console output at runtime, and...

Github action seems out of memory, causing compilation to abort: ```bash 2023-12-23T06:53:42.4386009Z em++: error: 'tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/Interp/Disasm.cpp.o' failed (received SIGKILL (-9)) 2023-12-23T06:53:42.4428220Z ninja: build stopped: subcommand failed. 2023-12-23T06:53:43.5446445Z ##[error]Process completed with exit...