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: vite-plugin-wasm + top-level-await for vitest,
a setup.ts chdir to test_documents/ so file_path fixtures resolve, and
a globalSetup.ts that spawns the mock-server for HTTP fixtures.
Structsยง
- Wasm
Codegen - WebAssembly e2e code generator.