WebView wrapper to run cfddlcjs-wasm in React Native.
npm install react-native-cfddlcjs-wasm
import { initCfddlc } from "react-native-cfddlcjs-wasm";
// ...
const cfddlc = await initCfddlc();
See the contributing guide to learn how to contribute to the repository and the development workflow.
MIT