File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed
Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: Test
33on :
44 push :
55 branches :
6- - master
6+ - main
77 pull_request :
88 schedule :
99 - cron : ' 30 0 * * *'
Original file line number Diff line number Diff line change 11![ ] ( https://avatars1.githubusercontent.com/u/28916798?s=64 ) AssemblyScript Examples
22=======================
33
4- [ ![ Actions Status] ( https://github.com/AssemblyScript/examples/workflows/Test/badge.svg?branch=master )] ( https://github.com/AssemblyScript/examples/actions )
4+ [ ![ Actions Status] ( https://github.com/AssemblyScript/examples/workflows/Test/badge.svg?branch=main )] ( https://github.com/AssemblyScript/examples/actions )
55
66## Instructions
77
Original file line number Diff line number Diff line change 1919< h1 >
2020 < a href ="https://en.wikipedia.org/wiki/Conway's_Game_of_Life "> Conway's Game of Life</ a > in
2121 < a href ="http://assemblyscript.org "> AssemblyScript</ a >
22- ( < a href ="https://github.com/AssemblyScript/examples/blob/master /game-of-life/assembly/index.ts "> source</ a > )
22+ ( < a href ="https://github.com/AssemblyScript/examples/blob/main /game-of-life/assembly/index.ts "> source</ a > )
2323</ h1 >
2424< canvas > </ canvas >
2525< div id ="edge "> Might be blurry because MS Edge does not support 'image-rendering: crisp-edges' (yet) :-(</ div >
Original file line number Diff line number Diff line change 1616</ head >
1717< body >
1818< h1 >
19- < a href ="https://github.com/ColinEberhardt/wasm-interference "> Interference effect</ a > in < a href ="http://assemblyscript.org "> AssemblyScript</ a > ( < a href ="https://github.com/AssemblyScript/examples/blob/master /interference/assembly/index.ts "> source</ a > )
19+ < a href ="https://github.com/ColinEberhardt/wasm-interference "> Interference effect</ a > in < a href ="http://assemblyscript.org "> AssemblyScript</ a > ( < a href ="https://github.com/AssemblyScript/examples/blob/main /interference/assembly/index.ts "> source</ a > )
2020</ h1 >
2121
2222< canvas id ="canvas "> </ canvas >
Original file line number Diff line number Diff line change 1818< h1 >
1919 < a href ="https://en.wikipedia.org/wiki/Mandelbrot_set "> Mandelbrot set</ a > in
2020 < a href ="http://assemblyscript.org "> AssemblyScript</ a >
21- ( < a href ="https://github.com/AssemblyScript/examples/blob/master /mandelbrot/assembly/index.ts "> source</ a > )
21+ ( < a href ="https://github.com/AssemblyScript/examples/blob/main /mandelbrot/assembly/index.ts "> source</ a > )
2222</ h1 >
2323< canvas > </ canvas >
2424< script > "use strict" ;
Original file line number Diff line number Diff line change 1818< h1 >
1919 < a href ="https://en.wikipedia.org/wiki/N-body_problem "> N-body system</ a > in
2020 < a href ="http://assemblyscript.org "> AssemblyScript</ a >
21- ( < a href ="https://github.com/AssemblyScript/examples/blob/master /n-body/assembly/index.ts "> source</ a > )
21+ ( < a href ="https://github.com/AssemblyScript/examples/blob/main /n-body/assembly/index.ts "> source</ a > )
2222</ h1 >
2323< canvas > </ canvas >
2424< script > "use strict" ;
You can’t perform that action at this time.
0 commit comments