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/.gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 www/.gitignore (limited to 'www/.gitignore') diff --git a/www/.gitignore b/www/.gitignore new file mode 100644 index 0000000..f06235c --- /dev/null +++ b/www/.gitignore @@ -0,0 +1,2 @@ +node_modules +dist -- cgit v1.2.3