we'll throw a ui in front of an existing open-source project, waste a billion dollars, push all the code upstream, file bankruptcy, shrug, and do it again in 2 years.
we'll throw a ui in front of an existing open-source project, waste a billion dollars, push all the code upstream, file bankruptcy, shrug, and do it again in 2 years.
See if you can get OpenOffice to compile via Emscripten, to make a jankier, more full-featured version of Google Docs. Business To Business is hot in the VC world right now (because consumers have no money) and a lot of VCs are sore about not getting in on Google and Microsoft on the ground floor, so that should be tempting to them.
Think of the performance
Do you think it'd be too fast? We could shoehorn React in there too if it's not slow enough.
ELECTRON BASED APP
Electron app development is a thirteenth type of liberalism.
What is this 2017 shit. We’re using Wasm now get with the program.
Isn't emscripten the thing that compiles to wasm? I don't actually know much about transpilers.
Emscripten compiles to asm.js, which is a subset of JavaScript chosen to be ideal to compile ahead of time (for well optimised engines). Wasm is kind of a successor to asm.js in that other languages will now be mostly compiled to Wasm instead of asm.js