gnuradio / pmt

pmt
GNU Lesser General Public License v3.0
11 stars 11 forks source link

Add description on how to build with emscripten. #99

Closed drslebedev closed 1 year ago

drslebedev commented 1 year ago

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 with emscripten. Now it is possible to run test with ninja test command.

jsallay commented 1 year ago

This looks great. I'll test it out when I get home and then should be able to merge it in then.