Hacker News
- Compiling C to WebAssembly Without Emscripten https://dassur.ma/things/c-to-webassembly/ 35 comments
- Create Native Node.js modules falling back to Emscripten ones http://insertafter.com/en/blog/native-node-module.html 2 comments
- Windows 95 in your web browser via Emscripten and DOSBox http://win95.ajf.me/ 3 comments
- A port of the GNU Privacy Guard to Javascript using Emscripten https://github.com/manuels/unix-toolbox.js-gnupg 5 comments
- Porting to Emscripten https://hacks.mozilla.org/2014/11/porting-to-emscripten/ 13 comments
- Emscripten - An LLVM-to-Javascript compiler http://mozakai.blogspot.com/2010/08/emscripten-llvm-to-javascript-compiler.html 9 comments
- Multi-platform Rust and Emscripten-Specific Functions https://www.worthe-it.co.za/programming/2017/10/10/multiplatform-rust-and-emscripten-specific-functions.html 6 comments rust
- Compiling JavaScript to WASM with Static Hermes and Emscripten https://github.com/facebook/hermes/blob/static_h/doc/Emscripten.md 9 comments webassembly
- My first C project - An interpreter compiled with Emscripten and WASM https://liam-ilan.github.io/math-interpreter/ 4 comments programming
- Obfuscating WebAssembly using Emscripten with an LLVM-based obfuscator https://github.com/HakonHarnes/emcc-obf 4 comments netsec
- Zig & Emscripten? https://gist.github.com/kripken/58c0e640227fe5bac9e7b30100a2a1d3#emscripten-as-a-linker-for-zig-and-c 6 comments zig
- compiling rust for wasm + emscripten, should this still work ? https://stackoverflow.com/questions/67474533/error-in-compiling-rust-into-webassembly-using-emscripten-on-windows 7 comments rust
- 'SDL2 image formats=['png']: No such file or directory' when trying to compile using emscripten https://github.com/PolyMarsDev/Cursor-Custodian 2 comments sdl
- Emscripten now uses the LLVM WebAssembly backend by default https://groups.google.com/forum/#!msg/emscripten-discuss/npxvaoirsl4/cndszspkaaaj 25 comments programming
- Faster and smaller WebAssembly generation: Cheerp 2.0 surpasses Emscripten for speed and size https://medium.com/leaningtech/cheerp-2-0-release-880f249a5677 5 comments programming
- gfx-rs pre-LL gets basic Emscripten support with WebGL 2.0 https://github.com/gfx-rs/gfx/pull/1681 5 comments rust_gamedev
- Definitive guide to Rust, SDL 2 and Emscripten! https://blog.fazibear.me/definitive-guide-to-rust-sdl-2-and-emscripten-93d707b22bbb 4 comments rust
- Solidity confirmed to produce identical bytecode on windows, linux and emscripten platforms! https://github.com/ethereum/solidity-test-bytecode/tree/master/606ae75bc6b30f0a9cb9f394fe090461c4f7c939 23 comments ethereum
- Emscriptened! https://adishavit.github.io/2016/emscipten-fs-path/ 3 comments cpp
- Nix language in browser tour (via emscripten) https://nixcloud.io/tour/ 3 comments linux
- Building Rocky.js with Emscripten http://engineering.pebble.com/rockyjs/2016/02/11/rocky-js-intro.html 3 comments javascript
- Rust needs help with emscripten port https://internals.rust-lang.org/t/need-help-with-emscripten-port/3154 4 comments rust
- Emscripten and WebAssembly talk slides https://kripken.github.io/talks/wasm.html#/ 7 comments programming
- Emscripten and WebAssembly. https://kripken.github.io/talks/wasm.html#/ 3 comments javascript
- Hematite running in the browser through emscripten http://myth.aaronlindsay.com/test/ 12 comments rust
- A game written with Piston running on the web via Emscripten http://bl.ocks.org/26f81381b0b47c506959 11 comments rust
- Rust to JS with Emscripten https://github.com/aerialx/cargo-build 21 comments rust
- Porting an entire desktop toolchain to the browser with Emscripten http://www.drewdevault.com/2014/11/30/porting-an-entire-toolchain-to-the-browser-with-emscripten.html 3 comments programming
- SQLite compiled to JavaScript through Emscripten https://github.com/kripken/sql.js 21 comments javascript
- GDC 2014: Compiling to the Web: Getting Started With asm.js and Emscripten (Slides) http://people.mozilla.org/~lwagner/gdc-pres/gdc-2014.html#/ 17 comments programming
- Emscripten: New "fastcomp" LLVM backend about to be turned on in incoming branch https://groups.google.com/forum/#!topic/emscripten-discuss/mzmkx3ubg4s 5 comments programming
- WebKit.js: It's happening for real, with Emscripten's help http://badassjs.com/post/73526882798/webkit-js-its-happening-for-real-with-emscriptens 54 comments programming
- LLVM backend for emscripten: codename "fastcomp" https://groups.google.com/forum/#!topic/emscripten-discuss/ws_zjr5voae 6 comments programming
- Rust with Emscripten https://gist.github.com/klutzy/7819231 7 comments rust
- Gnuplot 4.6.1 compiled to JS with Emscripten http://gnuplot.respawned.com/ 12 comments programming
- Dune 2 Ported to the Browser (Using Emscripten) http://play-dune.com/ 5 comments webdev
- Dune II ported to the Web with Emscripten http://play-dune.com/ 177 comments programming
- Porting “Me & My Shadow” to the Web – C++ to JavaScript/Canvas via Emscripten http://hacks.mozilla.org/2012/04/porting-me-my-shadow-to-the-web-c-to-javascriptcanvas-via-emscripten/ 4 comments programming
- Emscripten is an LLVM-to-JavaScript compiler. Combined with llvm-gcc, it lets you compile C/C++ code into JavaScript, and run that on the web. http://syntensity.blogspot.com/2010/08/emscripten.html 6 comments javascript
- Emscripten - An LLVM-to-JavaScript Compiler http://mozakai.blogspot.com/2010/08/emscripten-llvm-to-javascript-compiler.html 26 comments programming