Expand description
WebAssembly e2e test generator using vitest.
Reuses the TypeScript test renderer for both HTTP and non-HTTP fixtures,
configured with the @kreuzberg/wasm (or equivalent) package as the import
path and wasm as the language key for skip/override resolution. Adds
wasm-specific scaffolding: a setup.ts chdir to test_documents/ so
file_path fixtures resolve, and a globalSetup.ts that spawns the
mock-server for HTTP fixtures. The wasm-pack --target nodejs CJS bundle
initializes synchronously and does not require vite-plugin-wasm.
Structsยง
- Wasm
Codegen - WebAssembly e2e code generator.