LinkXSystem / learn-guide

有趣的学习笔记 (*^_^*)
https://linkxsystem.github.io/
3 stars 1 forks source link

周阅读清单 [BLOG] #2

Open LinkXSystem opened 4 years ago

LinkXSystem commented 4 years ago

阅读时间:星期一 至 星期五,不定时感想

LinkXSystem commented 4 years ago

TODO:2019/8/5 ~2019/8/9

LinkXSystem commented 4 years ago

NOTE: 2019/8/5 ~2019/8/9

代码片段:

false ? console.log('x') : (console.log('a'), console.log('b'))
LinkXSystem commented 4 years ago

TODO:2019/8

LinkXSystem commented 4 years ago

TODO:2019/8/12 ~ 2019/8/16

LinkXSystem commented 4 years ago

TODO:2019/8/19 ~ 2019/8/23

(async () => {
  const fetchPromise = fetch('fibonacci.wasn');
  // 以流式的方式来做编译和初始化
  const { instance } = await WebAssembly.instantiateStreaming(fetchPromise);
  const result = instance.exports.fibonacci(42);
  console.log(result);
})
LinkXSystem commented 4 years ago

TODO:2019/8/26 ~ 2019/8/30

LinkXSystem commented 4 years ago

TODO:2019/9/02 ~ 2019/9/06

LinkXSystem commented 4 years ago

TODO:2019/11/11 ~ 2019/11/15

LinkXSystem commented 4 years ago

TODO:2019/12/09 ~ 2019/12/13

LinkXSystem commented 3 years ago

TODO: 2020/12/11 ~ 2020/12/12