Replace any deprecated tvmjs calls in the codebase. Validate the following APIs for compatibility with TVM v0.21:
- instantiate
- initWebGPU
- createVirtualMachine
- asyncLoadWebGPUPipelines
Ensure all usage aligns with the latest documented patterns in /docs/agents/technology_stack.md and implementation guidelines. Update related code and documentation. Add browser-based feature-detection tests and basic VM function lookup tests to verify runtime correctness.
Replace any deprecated tvmjs calls in the codebase. Validate the following APIs for compatibility with TVM v0.21:
Ensure all usage aligns with the latest documented patterns in /docs/agents/technology_stack.md and implementation guidelines. Update related code and documentation. Add browser-based feature-detection tests and basic VM function lookup tests to verify runtime correctness.