matrix-algebra
Some simple Matrix Algebra in WebAssembly (by nhatcher)
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)
matrix-algebra | llvm-project | |
---|---|---|
1 | 1 | |
1 | 25 | |
- | - | |
0.0 | 10.0 | |
about 3 years ago | almost 5 years ago | |
JavaScript | C++ | |
- | - |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
matrix-algebra
Posts with mentions or reviews of matrix-algebra.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-04-11.
llvm-project
Posts with mentions or reviews of llvm-project.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-04-11.
-
Show HN: How to compile C/C++ for WASM, pure Clang, no libs, no framework
This was a topic at CppCon'19 (seems like exactly the same use case as you are describing: teaching!). Take a look at https://www.youtube.com/watch?v=5N4b-rU-OAA. I think it relies on the LLVM fork, so not sure how well it'll work for you, quick web search points to: https://github.com/binji/llvm-project.
What are some alternatives?
When comparing matrix-algebra and llvm-project you can also consider the following projects:
wefx - Basic WASM graphics package to draw to an HTML Canvas using C. In the style of the gfx library
clang-wasm - How to build webassembly files with nothing other than standard Clang/llvm.
chip8-book - An introduction to Chip-8 emulation using Rust
wasm-fizzbuzz - WebAssembly from Scratch: From FizzBuzz to DooM.