bot/src/wasm-module.d.ts
openaliro/openaliro
Module

wasm-module.d.ts

@file Ambient type for a static .wasm module import.

bot/src/wasm-module.d.ts

Overview

@file Ambient type for a static .wasm module import. Wrangler's bundler compiles a .wasm import into a WebAssembly.Module ahead of time (the one path workerd allows — see twin.ts). TypeScript has no built-in type for that import shape.