5534d60b60
Rewrote createComponentLoader to directly use createWasiShim inline instead of calling executeWasm(componentId, buffer, ctx) which doesn't match wasm-executor's actual signature of executeWasm(input, options). Also adds Module caching to avoid recompiling WASM on every request. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>