Browse Source

Add markdown version to test checkmarks

rexim 5 years ago
parent
commit
1d88ae2f49
1 changed files with 9 additions and 0 deletions
  1. 9 0
      2020-09-04.md

+ 9 - 0
2020-09-04.md

@@ -0,0 +1,9 @@
+# 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
+- [ ] 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