cmakefmt_web
v0.1.11
Published
WASM package for github.com/yamadapc/cmakefmt
Downloads
5
Readme
cmakefmt_web
This is a WASM package for https://github.com/yamadapc/cmakefmt.
It's source code is at https://github.com/yamadapc/cmakefmt_web.
Consuming JS package
const inputString = '';
const doc = cmakefmt.parse_doc(value);
const outputString = cmakefmt.format_doc(doc);
Importing on React application:
import("cmakefmt_web").then((cmakefmt) => {
// ...
});
Building wasm package
make