瀏覽代碼

Try to check something

rexim 5 年之前
父節點
當前提交
72c0229f0a
共有 1 個文件被更改,包括 3 次插入4 次删除
  1. 3 4
      2020-09-04.md

+ 3 - 4
2020-09-04.md

@@ -1,9 +1,8 @@
 # Extending Native Browser Capabilities with WebAssembly
 
 - [ ] Premise: Performance of WASM is probably comparable to native code
-  - [ ] Let's check it by implementing a bunch of benchmarks
-    - [ ] Prime Number Crunching
-      - [ ] [Native C Implementation](./main.c)
-      - [ ] WebAssembly Implemention
+  - [ ] Let's check it by implementing a Prime Number Crunching as a "Benchmark":
+    - [x] [Native C Implementation](./main.c)
+    - [ ] WebAssembly Implemention
 - [ ] Idea: Let's imagine we invented a new image format that didn't exist before
   - [ ] If we implement the image support in WASM can we make it feel like a native browser support