Problem Statement
What is WASI and why is it introduced in Node.js?
Explanation
WASI (WebAssembly System Interface) allows WebAssembly modules to run in non-browser environments like Node.js. It provides sandboxed access to files and environment variables for better security and performance.