summaryrefslogtreecommitdiffstats
path: root/content
diff options
context:
space:
mode:
authorRomeo Disca <romeo.disca@gmail.com>2019-06-20 12:08:18 +0200
committerRomeo Disca <romeo.disca@gmail.com>2019-06-20 12:08:18 +0200
commit5cf93a54d233c2ff01ba9320ea0d29da6e366ab0 (patch)
treec9f3afb1fd044996f4a403ae3b22aee3aec2eb26 /content
parent076d256e199e42d5d1420b9e28e10a6caf1eec90 (diff)
add links
Diffstat (limited to 'content')
-rw-r--r--content/knowledge-base/links.md11
-rw-r--r--content/knowledge-base/videos.md1
2 files changed, 12 insertions, 0 deletions
diff --git a/content/knowledge-base/links.md b/content/knowledge-base/links.md
index 218d97a..a551e4c 100644
--- a/content/knowledge-base/links.md
+++ b/content/knowledge-base/links.md
@@ -26,6 +26,17 @@ summary: Interesting Links about Rust
* [Anima](http://anima-engine.org/)
* [Piston](https://www.piston.rs/)
+## Games
+
+* [Zermeroth](https://ozkriff.itch.io/zemeroth) (It is a WASM Demo !)
+
+# Web Dev
+
+* [Rust Web Framework Comparsion](https://github.com/flosse/rust-web-framework-comparison)
+
+## Webassembly
+
+* [Zermeroth Game build for WASM](https://github.com/not-fl3/good-web-game)
# Embedded
diff --git a/content/knowledge-base/videos.md b/content/knowledge-base/videos.md
index 594a22e..e4653db 100644
--- a/content/knowledge-base/videos.md
+++ b/content/knowledge-base/videos.md
@@ -13,3 +13,4 @@ summary: Useful videos
* [Lin Clark: A Cartoon Intro to WebAssembly | JSConf EU 2017](https://www.youtube.com/watch?v=HktWin_LPf4)
* [Sven Sauleau: Webassembly - The Next Big Platform](https://www.youtube.com/watch?v=8xhLsVVqchg)
+ * His demo is based on [Rust Webpack Template](https://github.com/rustwasm/rust-webpack-template) \ No newline at end of file