mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-06-09 13:01:26 +00:00
Replace more RawGit links
This commit is contained in:
parent
0062ee1a93
commit
b585703eae
@ -57,10 +57,10 @@ $> npm link
|
|||||||
Examples
|
Examples
|
||||||
--------
|
--------
|
||||||
|
|
||||||
* **[Conway's Game of Life](./examples/game-of-life)** [ [demo](https://rawgit.com/AssemblyScript/assemblyscript/master/examples/game-of-life/index.html) | [fiddle](https://webassembly.studio/?f=gvuw4enb3qk) ]<br />
|
* **[Conway's Game of Life](./examples/game-of-life)** [ [demo](https://assemblyscript.github.io/assemblyscript/examples/game-of-life) | [fiddle](https://webassembly.studio/?f=gvuw4enb3qk) ]<br />
|
||||||
Continuously updates the cellular automaton and visualizes its state on a canvas.
|
Continuously updates the cellular automaton and visualizes its state on a canvas.
|
||||||
|
|
||||||
* **[Mandelbrot Set](./examples/mandelbrot)** [ [demo](https://rawgit.com/AssemblyScript/assemblyscript/master/examples/mandelbrot/index.html) | [fiddle](https://webassembly.studio/?f=m6hbiw9wyq) ]<br />
|
* **[Mandelbrot Set](./examples/mandelbrot)** [ [demo](https://assemblyscript.github.io/assemblyscript/examples/mandelbrot) | [fiddle](https://webassembly.studio/?f=m6hbiw9wyq) ]<br />
|
||||||
Renders the Mandelbrot set to a canvas.
|
Renders the Mandelbrot set to a canvas.
|
||||||
|
|
||||||
* **[i64 polyfill](./examples/i64-polyfill)**<br />
|
* **[i64 polyfill](./examples/i64-polyfill)**<br />
|
||||||
@ -72,7 +72,7 @@ Examples
|
|||||||
* **[WASM parser](./lib/parse)**<br />
|
* **[WASM parser](./lib/parse)**<br />
|
||||||
A WebAssembly binary parser in WebAssembly.
|
A WebAssembly binary parser in WebAssembly.
|
||||||
|
|
||||||
* **[N-body system](./examples/n-body)** [ [demo](https://rawgit.com/AssemblyScript/assemblyscript/master/examples/n-body/index.html) ]<br />
|
* **[N-body system](./examples/n-body)** [ [demo](https://assemblyscript.github.io/assemblyscript/examples/n-body) ]<br />
|
||||||
An implementation of the N-body system from the [Computer Language Benchmarks Game](https://benchmarksgame-team.pages.debian.net/benchmarksgame/).
|
An implementation of the N-body system from the [Computer Language Benchmarks Game](https://benchmarksgame-team.pages.debian.net/benchmarksgame/).
|
||||||
|
|
||||||
Building
|
Building
|
||||||
|
@ -2,5 +2,4 @@ Portable compiler sources that compile to both JavaScript using `tsc` and, event
|
|||||||
|
|
||||||
Architecture
|
Architecture
|
||||||
------------
|
------------
|
||||||
|

|
||||||

|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user