The wasm binary that is needef or SWC to function is hardcoded to load from /generated/d0343c88b9bba9f481ab.wasm
If you search the page https://unpkg.com/@react-ui-org/docoff@0.6.0/public/generated/bundle.js for "d0343c88b9bba9f481ab" you can see it is hardcoded. This means that the user cannot set the path where to load the .wasm binary form.

The wasm binary that is needef or SWC to function is hardcoded to load from
/generated/d0343c88b9bba9f481ab.wasmIf you search the page https://unpkg.com/@react-ui-org/docoff@0.6.0/public/generated/bundle.js for "d0343c88b9bba9f481ab" you can see it is hardcoded. This means that the user cannot set the path where to load the .wasm binary form.