Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update WASM support plugin to repo with active development #975

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -239,7 +240,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.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Checklist

  • git: pull request template structure not broken
  • git: pull request template not selected type
  • git: pull request template not checked Checklist
  • git: empty commit
  • git: link not to repository
  • git: link description contains a link to the author / third-party resource
  • git: link description no for Vite or Vite plugin
  • git: link description no Fast or Super-fast etc
  • git: link description short description short description (one sentence in 24 words, no expanded explanation)
  • git: terms in the wrong formats (e.g. Typescript over TypeScript)
  • git: broken PR
  • git: no conflicts resolved
  • git: doublicate
  • time: not updated for more than 6 months
  • category: not in its category
  • lists: not the last on the list
  • docs: no documentation
  • docs: non-english documentation
  • project: commercial product
  • project: dead project
  • project: does not accept donat
  • site: no link to the site
  • site: site with errors
  • site: not actively using vuejs
  • site: not original

Follow the rules CONTRIBUTING

- [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.
Expand Down