tree: 69333ac3ff49845524c5e22b345a0d47cb05355b [path history] [tgz]
  1. .gitignore
  2. DEPS
  3. images.golden.hash
  4. images.sh
  5. Makefile
  6. package.json
  7. piex.cpp
  8. piex.nmf.txt
  9. piex.pexe.txt
  10. README.md
  11. tests.html
  12. tests.js
  13. tests.sh
ui/file_manager/image_loader/piex/README.md

Install emscripten http://lmgtfy.com/?q=install+the+emscripten+sdk

% git clone https://github.com/juj/emsdk.git % cd emsdk % ./emsdk install latest % ./emsdk activate latest % source ./emsdk_env.sh

Install piexwasm project components

% cd ui/file_manager/image_loader/piex % npm install

Build piexwasm code a.out.js a.out.wasm

% npm run build

Run tests

% npm run test