This is a demo project of Portable-Network-Archive work with WebAssembly bootstrapped with Next.js.
First, Open https://portable-network-archive.github.io/wasm-demo/ with your browser to see the result.
You can try create PNA file and extract it.
First, run the development server:
npm run build:image
npm run build:wasm
npm install
npm run build
Your feedback and contributions are welcome!