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. --- .gitignore | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..01c9c21 --- /dev/null +++ b/.gitignore @@ -0,0 +1,10 @@ +target/ +bin/ +pkg/ +.idea/ +npm_modules/ + + +Cargo.lock +wasm-pack.log +**/*.rs.bk -- cgit v1.2.3