From feb3b922c25e702444f45632dc2c5f818aaa2c59 Mon Sep 17 00:00:00 2001 From: Shaun Savage Date: Sat, 7 Dec 2024 06:48:34 -0600 Subject: [PATCH 1/3] Update README.md vite-plugin-wasm-pack is out of date with severe vulnerability. There is a PR for vite-plugin-wasm that is being worked on now for vite 6 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bd203ea7..5542371c 100644 --- a/README.md +++ b/README.md @@ -239,7 +239,7 @@ Use the "Table of Contents" menu on the top-right corner to explore the list. - [vite-plugin-checker](https://github.com/fi3ework/vite-plugin-checker) - Fast run checkers (TypeScript/VLS/vue-tsc, etc.) in worker threads with overlay and terminal hint. - [vite-plugin-tauri](https://github.com/amrbashir/vite-plugin-tauri) - Integrate Tauri in a Vite project to build cross-platform apps. - [vite-plugin-federation](https://github.com/originjs/vite-plugin-federation) - Support Module Federation, Inspired by Webpack Module Federation feature. -- [vite-plugin-wasm-pack](https://github.com/nshen/vite-plugin-wasm-pack) - Integration with rust [wasm-pack](https://github.com/rustwasm/wasm-pack), the simple way. +- [vite-plugin-wasm](https://www.npmjs.com/package/vite-plugin-wasm) - Integration with rust [wasm-pack](https://github.com/rustwasm/wasm-pack), the simple way. - [vite-plugin-comlink](https://github.com/mathe42/vite-plugin-comlink) - Use WebWorkers with the power of [Comlink](https://github.com/GoogleChromeLabs/comlink) to make them enjoyable. - [vite-plugin-sass-dts](https://github.com/activeguild/vite-plugin-sass-dts) - This is a plugin that automatically creates a type file when using the CSS module type-safely. - [vite-plugin-ali-oss](https://github.com/xiaweiss/vite-plugin-ali-oss) - Upload the production files bundled in the project to Ali OSS, except for HTML. From c4a9a7f70d650fd71ee2da3b511c87a54ac4d20a Mon Sep 17 00:00:00 2001 From: Shaun Savage Date: Sat, 7 Dec 2024 12:54:08 -0600 Subject: [PATCH 2/3] Added a new vanilla-ts template to support WASM development Added a vite template that uses vite-plugin-wasm and wasm-pack to compile Rust into WASM an used on a web page --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5542371c..fee1556c 100644 --- a/README.md +++ b/README.md @@ -66,6 +66,7 @@ Use the "Table of Contents" menu on the top-right corner to explore the list. - [vite-alpine-template](https://github.com/dvd101x/vite-alpine) - Starter template for Alpine. - [vite-ts-lib-starter](https://github.com/matronator/vite-ts-lib-starter) - Starter template for libraries with TypeScript, Bun, Vitest, Prettier, Renovate and np. - [vite-swagger-ui](https://github.com/lukefernandez/vite-swagger-ui) - Swagger UI with built-in support for multiple APIs. +- [vite-vanilla-ts-wasm](https://github.com/greenpdx/template-vanilla-ts-wasm) Starter template for WASM development using Rust #### Vue 3 From 30a744feb1d8632a0c30610322ea952e6ed6c98d Mon Sep 17 00:00:00 2001 From: Shaun Savage Date: Mon, 9 Dec 2024 08:14:33 -0600 Subject: [PATCH 3/3] Update README.md Add dash --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fee1556c..bca64460 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ Use the "Table of Contents" menu on the top-right corner to explore the list. - [vite-alpine-template](https://github.com/dvd101x/vite-alpine) - Starter template for Alpine. - [vite-ts-lib-starter](https://github.com/matronator/vite-ts-lib-starter) - Starter template for libraries with TypeScript, Bun, Vitest, Prettier, Renovate and np. - [vite-swagger-ui](https://github.com/lukefernandez/vite-swagger-ui) - Swagger UI with built-in support for multiple APIs. -- [vite-vanilla-ts-wasm](https://github.com/greenpdx/template-vanilla-ts-wasm) Starter template for WASM development using Rust +- [vite-vanilla-ts-wasm](https://github.com/greenpdx/template-vanilla-ts-wasm) - Starter template for WASM development using Rust #### Vue 3