mt-polygon-simplification/lib/simplify-wasm
2019-08-25 15:12:55 +02:00
..
debug.h code style 2019-07-16 17:31:20 +02:00
example.html code style 2019-07-16 17:31:20 +02:00
index.js code style 2019-07-16 17:31:20 +02:00
Makefile Add psimpl.js 2019-07-19 19:33:27 +02:00
README.md Documentation 2019-08-25 15:12:55 +02:00
simplify.c code style 2019-07-16 17:31:20 +02:00
simplify.js initial commit 2019-07-14 20:37:26 +02:00
simplify.wasm code style 2019-07-16 17:31:20 +02:00

Simplify.wasm

A port of Simplify.js to C. Compiled with Emscripten the library can be used on the web again.

Important files

  • example.html: can be served from a simple http server to test the functionality
  • index.js: abstractions on top of Emscripten to simulate the behavior of Simplify.js
  • Makefile: the compiler call to Emscriptens compiler emcc
  • simplify.c: the C source code
  • simplify.js: the JavaScript glue code produced by Emscripten
  • simplify.wasm: the WebAssembly bytecode in binary representation
  • simplify.wat: the WebAssembly code in text representation