|
@@ -1,8 +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 Prime Number Crunching as a "Benchmark":
|
|
|
- - [x] [Native C Implementation](./main.c)
|
|
|
+- [x] Premise: Performance of WASM is probably comparable to native code
|
|
|
+ - [x] Let's check it by implementing a Prime Number Crunching as a "Benchmark":
|
|
|
+ - [x] [Native C Implementation](./prime.c)
|
|
|
```console
|
|
|
$ time ./prime
|
|
|
179424673
|