libwasm icon indicating copy to clipboard operation
libwasm copied to clipboard

A simple Web Assembly JIT Engine with no dependencies

Results 2 libwasm issues
Sort by recently updated
recently updated
newest added

I'm already using the WAVM machine (https://github.com/sletz/WAVM/tree/faust) to execute wasm models generated by the Faust audio DSP languages (http://faust.grame.fr) I would be interested to connect Faust to libwasm. Will the...

Currently conversion and basic arithmetic floating point operations are implemented. This work item tracks full support for floating point instructions.