wasm-fizzbuzz
biowasm
wasm-fizzbuzz | biowasm | |
---|---|---|
6 | 4 | |
1,506 | 222 | |
- | 2.3% | |
0.0 | 7.8 | |
over 3 years ago | 9 days ago | |
C++ | HTML | |
- | MIT License |
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.
wasm-fizzbuzz
-
Show HN: Compiling C in the browser using WebAssembly
The framebuffer idea is used in this wasm doom port: https://github.com/diekmann/wasm-fizzbuzz/tree/main/doom
WASIX already does all the other stuff you mentioned, including in the browser. The one thing it's missing is GUI, mainly because there's no standard GUI interface in POSIX.
-
Show HN: How to compile C/C++ for WASM, pure Clang, no libs, no framework
These are also good resources on using wasm without dependencies:
https://depth-first.com/articles/2019/10/16/compiling-c-to-w...
https://github.com/diekmann/wasm-fizzbuzz
-
DOOM Rendered via Checkboxes
Wow, the linked porting of DOOM to Wasm, https://github.com/diekmann/wasm-fizzbuzz/tree/main/doom, is really an excellent read as well.
- WebAssembly from Scratch: From FizzBuzz to Doom (2021)
-
Hacker News top posts: Jul 14, 2021
WebAssembly from Scratch: From FizzBuzz to Doom\ (15 comments)
biowasm
- Biowasm β Run C/C++ genomics tools in the browser
- Ask HN: What weird technical scene are you fond/part of?
-
Show HN: I built interactive playgrounds for Awk, sed, grep using WebAssembly
Good morning HN! This tool lets you play with awk, grep, sed, and jq commands right in your browser. Start from the examples and explore from there!
To get these tools running in the browser, I compiled them to WebAssembly (see https://github.com/biowasm/biowasm for details). That way, the commands you type run instantaneously, and it doesn't cost me an arm and a leg to host servers that execute arbitrary commands from users :)
-
Show HN: Learn Awk with a terminal running in the browser
Hello HN, this is an interactive awk tutorial that features a terminal in the browser to simulate the real experience.
To get it running in the browser, I compiled gawk from C to WebAssembly! If you're interested in how that was done, check out the biowasm project: https://github.com/biowasm/biowasm/tree/main/tools/gawk
What are some alternatives?
wasi-libc - WASI libc implementation for WebAssembly
astro - A fun safe language for rapid prototyping and high performance applications
AECforWebAssembly - A port of ArithmeticExpressionCompiler from x86 to WebAssembly, so that the programs written in the language can run in a browser. The compiler has been rewritten from JavaScript into C++.
awesome-wasm-langs - π A curated list of languages that compile directly to or have their VMs in WebAssembly
interface-types
TeamTeri - Bioinformatics on GCP, AWS or Azure
clang-wasm - How to build webassembly files with nothing other than standard Clang/llvm.
aioli - Framework for building fast genomics web tools with WebAssembly and WebWorkers
EmGlue - πΈοΈ Glue C++ to your browser! Universal bindings for JavaScript/Wasm using Glue and Embind.
timidity - Play MIDI files in the browser w/ Web Audio, WebAssembly, and libtimidity
chip8-book - An introduction to Chip-8 emulation using Rust
getting-started-with-genomics-tools-and-resources - Unix, R and python tools for genomics and data science