Please enable JavaScript.
Coggle requires JavaScript to display documents.
Exjobb om WASM (Examples (Introductory example, How to compile, Algorithm…
Exjobb om WASM
Examples
Introductory example
How to compile
Algorithm performance
JS callbacks
3D visualization
Movie processing
Real world examples from the possible areas of usage
Node/Browser examples
WASM sandbox
WIn95/Dos example
Use cases for WASM
Improve the React Reconciliation Algorithm
Improve React in other ways in the future
Reuse existing code from C/C++
Code re-use from native applications
Single compile target
3D
Movie/image processing
Porting applications to the web
https://github.com/WebAssembly/design/blob/master/UseCases.md
Introduction
What is Web Assembly?
Understanding JS
How does Web Assembly work?
Status of WASM
Posible areas of usage
Where is JS lacking in performance?
Maybe some knowledge of the V8 is needed?
Is WASM the end of JS?
Questions
What are possible use cases for WASM?
How fast is WASM compared to JS
How fast is WASM compared to JS for the identified areas of usage
How can WASM be included in your application?
How can WASM be used NOW in real world applications
How can WASM be used to share a codebase?
How can WASM be used to improve security
Unit testing JS using WASM
Resources
https://www.youtube.com/watch?v=bac0dGQbUto
https://www.youtube.com/watch?v=ysFJHpS-O08
https://www.youtube.com/watch?v=HktWin_LPf4
https://hackernoon.com/screamin-speed-with-webassembly-b30fac90cd92
https://www.smashingmagazine.com/2017/05/abridged-cartoon-introduction-webassembly/
Rubrik
How fast is Web Assembly?
... and what can it be used for?
...and how can it be used to boost your application?