598 B
598 B
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 functionalityindex.js
: abstractions on top of Emscripten to simulate the behavior of Simplify.jsMakefile
: the compiler call to Emscriptens compileremcc
simplify.c
: the C source codesimplify.js
: the JavaScript glue code produced by Emscriptensimplify.wasm
: the WebAssembly bytecode in binary representationsimplify.wat
: the WebAssembly code in text representation