Closed drslebedev closed 1 year ago
I added description on how to build pmt library with Emscripten. I hope it can be useful for everybody.
Emscripten
I also added exe_wrapper = node to enable run tests with emscripten. Now it is possible to run test with ninja test command.
exe_wrapper = node
emscripten
ninja test
This looks great. I'll test it out when I get home and then should be able to merge it in then.
I added description on how to build pmt library with
Emscripten
. I hope it can be useful for everybody.I also added
exe_wrapper = node
to enable run tests withemscripten
. Now it is possible to run test withninja test
command.