A bare-bones web to allow phone users with browser with wasm capabilities (all of them?) to also use the converter.
You can use the github hosted version here
For a console application, see ra_mp64_srm_convert. For a GUI application, see ramp64-convert-gui.
To build this, you'll need rust (>=1.66) and wasm-pack (>=0.11).
If you install wasm-pack by using cargo install wasm-pack
you'll need to have perl
and a C/C++ compiler installed as well.
Then, from the root folder of this repo:
wasm-pack --release --target web -d www/pkg
After it completes, any web server can host it from www
.
MIT