Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 886 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 886 Bytes

RaMp64 SRM Convert WEB

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.

Building

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.

License

MIT