From 0bef00b83e965aa350df1cd6a16c6ac39c388d93 Mon Sep 17 00:00:00 2001 From: gabrielgio Date: Fri, 25 Mar 2022 17:37:45 +0100 Subject: feat: Add initial draft for rust wasm It adds the initial tooling for build and publishing a static site with wasm. The generate code is barebones, that is just a PoC for tooling, later I'll add proper code logic and test for it. --- www/index.html | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 www/index.html (limited to 'www/index.html') diff --git a/www/index.html b/www/index.html new file mode 100644 index 0000000..fe4ac5f --- /dev/null +++ b/www/index.html @@ -0,0 +1,25 @@ + + + + + + + Password generator + + +
+
+

+ Password Generator +

+

+ password +

+
+ +
+
+
+ + + -- cgit v1.2.3