The source code is from The Computer Language Benchmarks Game.
TODO: write more.
nbody.c
: The source file, writing in C.nbody.wasm
: The WebAssembly binary file.index.html
: The entry point of this example.
- Start a web server.
- Use the browser that supports WebAssembly to open the
index.html
.