SaaSHub helps you find the best software and product alternatives Learn more →
Howto-wasm-minimal Alternatives
Similar projects and alternatives to howto-wasm-minimal
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
-
-
-
-
-
-
-
-
-
llvm-project
This is the canonical git mirror of the LLVM subversion repository. The repository does not accept github pull requests at this moment. Please submit your patches at http://reviews.llvm.org. (by binji)
-
-
-
-
-
howto-wasm-minimal discussion
howto-wasm-minimal reviews and mentions
- Milyen pet projektjeitek vannak?
-
Cheerp 3.0: The most advanced C++ compiler for the Web now permissively licensed
I'm particularly curious on what parts cheerp adds to their clang+llvm base. Presumably it's something like the C standard target library for WASM/JS?
For reference, here's examples of what you could do with the baseline clang with wasm (but not JS?) [1] [2] [3], referenced from a similar thread on HN.
[1] https://github.com/ern0/howto-wasm-minimal
[2] https://github.com/robrohan/wefx
[3] https://github.com/PetterS/clang-wasm
-
Show HN: How to compile C/C++ for WASM, pure Clang, no libs, no framework
For future readers, this is the code that is being referred:
https://github.com/ern0/howto-wasm-minimal/blob/master/inc.c...
It should be:
uint32_t gray = 0.299 * ptr[i] + 0.587 * ptr[i+1] + 0.114 * ptr[i+2];
-
Show HN: How to Compile C to WASM
This uses a strange "link broker", the link behind this is pointing to https://github.com/ern0/howto-wasm-minimal
-
A note from our sponsor - SaaSHub
www.saashub.com | 23 Jan 2025
Stats
ern0/howto-wasm-minimal is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of howto-wasm-minimal is C++.
Popular Comparisons
- howto-wasm-minimal VS wefx
- howto-wasm-minimal VS cib
- howto-wasm-minimal VS chip8-book
- howto-wasm-minimal VS intervallo
- howto-wasm-minimal VS matrix-algebra
- howto-wasm-minimal VS clang-wasm
- howto-wasm-minimal VS llvm-project
- howto-wasm-minimal VS escapebutton
- howto-wasm-minimal VS bookmarks
- howto-wasm-minimal VS xmlgraph