Skip to content

Commit

Permalink
Remove two dead links and add date to latest article
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesLMilner committed May 27, 2019
1 parent b693d32 commit 7ace49d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -213,7 +213,6 @@ Please read the [contribution guidelines](CONTRIBUTING.md) if you want to contri


## Gists ## Gists
- [Standalone WebAssembly Example](https://gist.github.com/kripken/59c67556dc03bb6d57052fedef1e61ab) - [Standalone WebAssembly Example](https://gist.github.com/kripken/59c67556dc03bb6d57052fedef1e61ab)
- [helloworld.wast](https://gist.github.com/icefox/e58d23e860a0b525e0044cac120f667b)
- [Using WebAssembly in LLVM](https://gist.github.com/yurydelendik/4eeff8248aeb14ce763e) - [Using WebAssembly in LLVM](https://gist.github.com/yurydelendik/4eeff8248aeb14ce763e)
- [Calling alert from WebAssembly (WASM)](https://gist.github.com/cure53/f4581cee76d2445d8bd91f03d4fa7d3b) - [Calling alert from WebAssembly (WASM)](https://gist.github.com/cure53/f4581cee76d2445d8bd91f03d4fa7d3b)


Expand Down Expand Up @@ -241,7 +240,7 @@ Please read the [contribution guidelines](CONTRIBUTING.md) if you want to contri
- [WebAssembly Jobs](https://webassemblyjobs.com) - [WebAssembly Jobs](https://webassemblyjobs.com)


## Articles ## Articles
- [WebAssembly at eBay: A Real-World Use Case](https://medium.com/ebaytech/webassembly-at-ebay-a-real-world-use-case-ef888f38b537) - [WebAssembly at eBay: A Real-World Use Case (2019)](https://medium.com/ebaytech/webassembly-at-ebay-a-real-world-use-case-ef888f38b537)
- [How We Used WebAssembly To Speed Up Our Web App By 20X (Case Study) (2019)](https://www.smashingmagazine.com/2019/04/webassembly-speed-web-app/) - [How We Used WebAssembly To Speed Up Our Web App By 20X (Case Study) (2019)](https://www.smashingmagazine.com/2019/04/webassembly-speed-web-app/)
- [Practice your Go WebAssembly with a Game (2019)](https://medium.com/@didil/practice-your-go-webassembly-with-a-game-7195dabbfc44) - [Practice your Go WebAssembly with a Game (2019)](https://medium.com/@didil/practice-your-go-webassembly-with-a-game-7195dabbfc44)
- [The world’s easiest introduction to WebAssembly with Golang (2019)](https://medium.com/@martinolsansky/webassembly-with-golang-is-fun-b243c0e34f02) - [The world’s easiest introduction to WebAssembly with Golang (2019)](https://medium.com/@martinolsansky/webassembly-with-golang-is-fun-b243c0e34f02)
Expand Down Expand Up @@ -317,7 +316,6 @@ Please read the [contribution guidelines](CONTRIBUTING.md) if you want to contri
- [The Web Assembles](http://blog.scottlogic.com/ceberhardt/assets/white-papers/the-web-assembles.pdf) - [The Web Assembles](http://blog.scottlogic.com/ceberhardt/assets/white-papers/the-web-assembles.pdf)


## Demos ## Demos
- [Tanks - a Unity game which has been exported to WebAssembly](http://webassembly.org/demo/Tanks/)
- [Cubes - direct port of the Bullet physics engine](http://kripken.github.io/ammo.js/examples/webgl_demo/ammo.wasm.html) - [Cubes - direct port of the Bullet physics engine](http://kripken.github.io/ammo.js/examples/webgl_demo/ammo.wasm.html)
- [Basic4GL](http://basic4gl.net/mobile/Development/webasm/basic4gl.html) - [Basic4GL](http://basic4gl.net/mobile/Development/webasm/basic4gl.html)
- [Symatem - an Ontology Engine, Visualizer, and Editor](http://symatem.github.io/) - [Symatem - an Ontology Engine, Visualizer, and Editor](http://symatem.github.io/)
Expand Down

0 comments on commit 7ace49d

Please sign in to comment.