@a1ba @ignaloidas You can write and use c libs and apps. I would expect something like emdoom could just straight up run.
cnlohr@chaos.social
Posts
-
I do not understand how people think frameworks like Emscripten are valid. -
I do not understand how people think frameworks like Emscripten are valid.Wasm is perfectly fine (except for that it's not ASM and doesn't allow goto). But for what it is it's perfectly fine, and great for web.
If it was bad, you wouldn't be able to make full 3D apps in C for 10kB (wrappers included).
(But really I will never stop being hurt by this thread https://github.com/WebAssembly/design/issues/796)
-
I do not understand how people think frameworks like Emscripten are valid.I do not understand how people think frameworks like Emscripten are valid. WASM webapps should only be a few kB. The default rawdraw scene is only 10kB transfer.
-
Want a fast, simple, and small integer FFT implementation geared for 32-bit (ARM + RISC-V) processors?Want a fast, simple, and small integer FFT implementation geared for 32-bit (ARM + RISC-V) processors? I have largely rewritten one of the more popular fix_fft implementations and got the OK by most recent maintainers to put it under the MIT license. https://github.com/cnlohr/fix32_fft/