mirror of
https://github.com/chai2010/awesome-wasm-zh.git
synced 2024-05-05 20:12:14 +00:00
wasm周报
This commit is contained in:
parent
9c63e2aec5
commit
c4f9947631
29
.editorconfig
Normal file
29
.editorconfig
Normal file
@ -0,0 +1,29 @@
|
||||
# Copyright 2017 <chaishushan{AT}gmail.com>. All rights reserved.
|
||||
# Use of this source code is governed by a Apache
|
||||
# license that can be found in the LICENSE file.
|
||||
|
||||
# http://editorconfig.org/
|
||||
|
||||
root = true
|
||||
|
||||
# Unix-style newlines with a newline ending every file
|
||||
[*]
|
||||
charset = utf-8
|
||||
end_of_line = lf
|
||||
trim_trailing_whitespace = true
|
||||
insert_final_newline = true
|
||||
|
||||
[*]
|
||||
indent_style = tab
|
||||
indent_size = 4
|
||||
tab_width = 4
|
||||
|
||||
[*.{go,ts,js,c,cc,cpp,h,py,proto}]
|
||||
charset = utf-8
|
||||
indent_style = tab
|
||||
tab_width = 4
|
||||
|
||||
# Matches the exact files either package.json or .travis.yml
|
||||
[{package.json,.travis.yml}]
|
||||
indent_style = space
|
||||
indent_size = 2
|
0
.gitignore
vendored
Normal file
0
.gitignore
vendored
Normal file
@ -10,6 +10,10 @@
|
||||
|
||||

|
||||
|
||||
WASM Hackers 技术周报:
|
||||
|
||||
- https://github.com/chai2010/awesome-wasm-zh/blob/master/wasm-hackers-weekly.md
|
||||
|
||||
----
|
||||
|
||||
## 其它awesome
|
||||
|
24
wasm-hackers-weekly.md
Normal file
24
wasm-hackers-weekly.md
Normal file
@ -0,0 +1,24 @@
|
||||
# WASM Hackers 技术周报
|
||||
|
||||
**关注公众号(WASM Hackers/wasm-hackers) 或 QQ群:726475047**
|
||||
|
||||

|
||||
|
||||
----
|
||||
|
||||
## 2018-08-21
|
||||
|
||||
WASM Hackers 技术周报(2018-08-21)
|
||||
|
||||
1. WebAssembly草案1.0发布: https://www.solidot.org/story?sid=57602
|
||||
2. V8为WebAssembly设计高度优化的Liftoff编译器: https://v8project.blogspot.com/2018/08/liftoff.html
|
||||
3. Ending定律开始生效: https://mp.weixin.qq.com/s/klv2lq-VJcHA8WPXDUtNlQ
|
||||
|
||||
> *Ending's law: "Any application that can be compiled to WebAssembly, will be compiled to WebAssembly eventually."*
|
||||
|
||||
|
||||
- 地址 https://github.com/chai2010/awesome-wasm-zh/blob/master/wasm-hackers-weekly.md
|
||||
- 编辑 chai2010
|
||||
|
||||
----
|
||||
|
Loading…
x
Reference in New Issue
Block a user