UNPKG

as-option

Version:

Zero cost Option type for AssemblyScript

11 lines (10 loc) 182 B
<!DOCTYPE html> <html lang="en"> <head> <script type="module"> import { add } from "./build/release.js"; document.body.innerText = add(1, 2); </script> </head> <body></body> </html>