Testing WASM with MDX


MDX

<input type="text" className="!text-red-600" />
Today's date is {new Date().toLocaleDateString()}.

Today’s date is 9/24/2023.

WASM

<WasmContainer path="/wasm/test/index.html" height="500px" />