Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 943 Bytes

File metadata and controls

17 lines (13 loc) · 943 Bytes

WebAssembly (WASM) Back

WebAssembly is a new type of language, as well as a low-level assembly-like language which can be run with near-native performance on the web. In most cases, developers always precompiled C/C++ programs into WASM with Emscripten, using LLVM and Binaryen.

# C/C++ source code
## Emscripten
### WASM module + JavaScript glue code

Here I want to list some useful WASM modules in the future:

Categories
Computer Vision) openCV
Video ffmpeg.wasm
Image WASM-ImageMagick