import { Code } from '../../ast/types'; /** AssemblyScript Code that allows to create a wasm module with exports `AssemblyScriptWasmExports` */ export type AssemblyScriptWasmEngineCode = Code;