Skip to content

Commit 8622967

Browse files
committed
Initial commit
0 parents  commit 8622967

File tree

7 files changed

+221
-0
lines changed

7 files changed

+221
-0
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
_site
2+
.sass-cache
3+
.jekyll-metadata

404.html

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
layout: default
3+
---
4+
5+
<style type="text/css" media="screen">
6+
.container {
7+
margin: 10px auto;
8+
max-width: 600px;
9+
text-align: center;
10+
}
11+
h1 {
12+
margin: 30px 0;
13+
font-size: 4em;
14+
line-height: 1;
15+
letter-spacing: -1px;
16+
}
17+
</style>
18+
19+
<div class="container">
20+
<h1>404</h1>
21+
22+
<p><strong>Page not found :(</strong></p>
23+
<p>The requested page could not be found.</p>
24+
</div>

Gemfile

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
source "https://rubygems.org"
2+
3+
# Hello! This is where you manage which Jekyll version is used to run.
4+
# When you want to use a different version, change it below, save the
5+
# file and run `bundle install`. Run Jekyll with `bundle exec`, like so:
6+
#
7+
# bundle exec jekyll serve
8+
#
9+
# This will help ensure the proper Jekyll version is running.
10+
# Happy Jekylling!
11+
gem "jekyll", "~> 3.7.3"
12+
13+
# This is the default theme for new Jekyll sites. You may change this to anything you like.
14+
gem "minima", "~> 2.0"
15+
16+
# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
17+
# uncomment the line below. To upgrade, run `bundle update github-pages`.
18+
# gem "github-pages", group: :jekyll_plugins
19+
20+
# If you have any plugins, put them here!
21+
group :jekyll_plugins do
22+
gem "jekyll-feed", "~> 0.6"
23+
end
24+
25+
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
26+
gem "tzinfo-data", platforms: [:mingw, :mswin, :x64_mingw, :jruby]
27+
28+
# Performance-booster for watching directories on Windows
29+
gem "wdm", "~> 0.1.0" if Gem.win_platform?
30+

Gemfile.lock

Lines changed: 74 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,74 @@
1+
GEM
2+
remote: https://rubygems.org/
3+
specs:
4+
addressable (2.5.2)
5+
public_suffix (>= 2.0.2, < 4.0)
6+
colorator (1.1.0)
7+
concurrent-ruby (1.0.5)
8+
em-websocket (0.5.1)
9+
eventmachine (>= 0.12.9)
10+
http_parser.rb (~> 0.6.0)
11+
eventmachine (1.2.5)
12+
ffi (1.9.23)
13+
forwardable-extended (2.6.0)
14+
http_parser.rb (0.6.0)
15+
i18n (0.9.5)
16+
concurrent-ruby (~> 1.0)
17+
jekyll (3.7.3)
18+
addressable (~> 2.4)
19+
colorator (~> 1.0)
20+
em-websocket (~> 0.5)
21+
i18n (~> 0.7)
22+
jekyll-sass-converter (~> 1.0)
23+
jekyll-watch (~> 2.0)
24+
kramdown (~> 1.14)
25+
liquid (~> 4.0)
26+
mercenary (~> 0.3.3)
27+
pathutil (~> 0.9)
28+
rouge (>= 1.7, < 4)
29+
safe_yaml (~> 1.0)
30+
jekyll-feed (0.9.3)
31+
jekyll (~> 3.3)
32+
jekyll-sass-converter (1.5.2)
33+
sass (~> 3.4)
34+
jekyll-seo-tag (2.4.0)
35+
jekyll (~> 3.3)
36+
jekyll-watch (2.0.0)
37+
listen (~> 3.0)
38+
kramdown (1.16.2)
39+
liquid (4.0.0)
40+
listen (3.1.5)
41+
rb-fsevent (~> 0.9, >= 0.9.4)
42+
rb-inotify (~> 0.9, >= 0.9.7)
43+
ruby_dep (~> 1.2)
44+
mercenary (0.3.6)
45+
minima (2.4.1)
46+
jekyll (~> 3.5)
47+
jekyll-feed (~> 0.9)
48+
jekyll-seo-tag (~> 2.1)
49+
pathutil (0.16.1)
50+
forwardable-extended (~> 2.6)
51+
public_suffix (3.0.2)
52+
rb-fsevent (0.10.3)
53+
rb-inotify (0.9.10)
54+
ffi (>= 0.5.0, < 2)
55+
rouge (3.1.1)
56+
ruby_dep (1.5.0)
57+
safe_yaml (1.0.4)
58+
sass (3.5.6)
59+
sass-listen (~> 4.0.0)
60+
sass-listen (4.0.0)
61+
rb-fsevent (~> 0.9, >= 0.9.4)
62+
rb-inotify (~> 0.9, >= 0.9.7)
63+
64+
PLATFORMS
65+
ruby
66+
67+
DEPENDENCIES
68+
jekyll (~> 3.7.3)
69+
jekyll-feed (~> 0.6)
70+
minima (~> 2.0)
71+
tzinfo-data
72+
73+
BUNDLED WITH
74+
1.16.1

_config.yml

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
# Welcome to Jekyll!
2+
#
3+
# This config file is meant for settings that affect your whole blog, values
4+
# which you are expected to set up once and rarely edit after that. If you find
5+
# yourself editing this file very often, consider using Jekyll's data files
6+
# feature for the data you need to update frequently.
7+
#
8+
# For technical reasons, this file is *NOT* reloaded automatically when you use
9+
# 'bundle exec jekyll serve'. If you change this file, please restart the server process.
10+
11+
# Site settings
12+
# These are used to personalize your new site. If you look in the HTML files,
13+
# you will see them accessed via {{ site.title }}, {{ site.email }}, and so on.
14+
# You can create any custom variable you would like, and they will be accessible
15+
# in the templates via {{ site.myvariable }}.
16+
title: This week in Rust-WASM
17+
email: sendilkumarn@live.com
18+
description: >- # this means to ignore newlines until "baseurl:"
19+
Stay up to date with events, learning resources, and recent developments in Rust WASM community.
20+
baseurl: "" # the subpath of your site, e.g. /blog
21+
url: "https://github.com/rustwasm/this-week-in-rust-wasm" # the base hostname & protocol for your site, e.g. http://example.com
22+
twitter_username: sendilkumarn
23+
github_username: sendilkumarn
24+
25+
# Build settings
26+
markdown: kramdown
27+
theme: minima
28+
plugins:
29+
- jekyll-feed
30+
31+
# Exclude from processing.
32+
# The following items will not be processed, by default. Create a custom list
33+
# to override the default setting.
34+
# exclude:
35+
# - Gemfile
36+
# - Gemfile.lock
37+
# - node_modules
38+
# - vendor/bundle/
39+
# - vendor/cache/
40+
# - vendor/gems/
41+
# - vendor/ruby/
Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
---
2+
layout: post
3+
title: "Welcome to this week in Rust-WASM!"
4+
date: 2018-04-02 19:01:46 +0200
5+
categories: updates
6+
---
7+
Hello and welcome to the first issue of *This Week in Rust+WASM*!
8+
9+
[Rust](http://rust-lang.org) is a systems language pursuing the trifecta: safety, concurrency, and speed.
10+
11+
[WASM](http://webassembly.org) is designed as a portable target for compilation of high-level languages like C/C++/Rust, enabling deployment on the web for client and server applications.
12+
13+
This is a weekly summary of its progress and community.
14+
15+
Tweet us at [@rustwasm](https://twitter.com/rustwasm) or send us a pull request. Want to get involved? [We love contributions](https://github.com/rust-lang-nursery/rust-wasm/blob/master/README.md)
16+
17+
## News
18+
* [Do things faster and better with WebAssembly](https://speakerdeck.com/sendilkumarn/do-things-faster-and-better-with-webassembly)- [Sendilkumarn](https://twitter.com/sendilkumarn)
19+
- [video](https://goo.gl/aUhPFW)
20+
* [Making WebAssembly better for Rust & for all languages](https://hacks.mozilla.org/2018/03/making-webassembly-better-for-rust-for-all-languages/)- [Lin Clark](https://twitter.com/linclark)
21+
* [TODO-MVC using rust-dominator](https://github.com/Pauan/rust-dominator/blob/b4613dc77bedb59a3290339e7729c989878f74a4/examples/todomvc/src/main.rs)
22+
* [lld landed in nightly Rust](rust-lang/rust#48125)
23+
* [Working Group Announcement](http://fitzgeraldnick.com/2018/02/27/wasm-domain-working-group.html)
24+
25+
26+
## Cool tools to watch out for
27+
* [Kovan(ethereum-like testnet)](https://wiki.parity.io/WebAssembly-Home)
28+
- [Tutorial](https://github.com/paritytech/pwasm-tutorial)
29+
- [Talks](https://www.youtube.com/watch?v=Adcn-L59LRs)
30+
* [wasm-sign](https://github.com/frehberg/wasm-sign)
31+
* [Collabrative text editor built with RUST-WASM](https://github.com/tcr/edit-text)
32+
33+
## Blog posts
34+
[Why you should consider to move towards RUST + WASM](http://fitzgeraldnick.com/2018/02/26/speed-without-wizardry.html)
35+
36+
## Crates so far
37+
* [zero-cost-signals - 0.1.0](https://crates.io/crates/futures-signals)
38+
* [rust-dominator - 0.1.1](https://crates.io/crates/dominator)
39+
* [wasm_bindgen released - 0.1.0](https://crates.io/crates/wasm-bindgen)
40+
* [wee_alloc released - 2.0.0](https://github.com/fitzgen/wee_alloc/blob/master/CHANGELOG.md#020)
41+
42+
## Upcoming Events / Talks
43+
* [Do things faster with Web Assembly @Codemotion 2018 Rome](https://rome2018.codemotionworld.com/talk-detail/?detail=8054)- [Sendilkumarn](https://twitter.com/sendilkumarn)

index.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
# You don't need to edit this file, it's empty on purpose.
3+
# Edit theme's home layout instead if you wanna make some changes
4+
# See: https://jekyllrb.com/docs/themes/#overriding-theme-defaults
5+
layout: home
6+
---

0 commit comments

Comments
 (0)