## Feature Request Great work :+1: ## Overview It would be nice to export default functions. ## **Example:** ```js export function decrement(): i32 {} export function increment(): i32 {} export default { decrement, increment, }; ```