-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
greenpdx
wants to merge
6
commits into
vitejs:master
Choose a base branch
from
greenpdx:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
Update README.md Updated WASM support to a better plugin
Added a vite template that uses vite-plugin-wasm and wasm-pack to compile Rust into WASM an used on a web page
Added a new vanilla-ts template to support WASM development
Scrum
requested changes
Jan 9, 2025
@@ -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. |
There was a problem hiding this comment.
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
orVite plugin
- git: link description no
Fast
orSuper-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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Checklist
for Vite
,a Vite plugin
).GitHub
,TypeScript
,ESLint
, etc.)TypeScript
instead ofTypeScript 4.x
, but keepVue 2
andVue 3
as they're incompatible).Plugins/Tools
Starter Templates
Apps/Websites