|
|
|
|
|
by bobsingor
382 days ago
|
|
Good question. You can fully reproduce the build. We have a Dockerfile here that handles the process:
https://github.com/embedpdf/embed-pdf-viewer/blob/main/packa... Also, if you look in the package.json, there is a wasm script set up. Running pnpm run wasm will build the .wasm file inside Docker, so you get a clean, repeatable build. |
|