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 1 commit
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
Prev Previous commit
Next Next commit
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
greenpdx authored Dec 7, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit c4a9a7f70d650fd71ee2da3b511c87a54ac4d20a
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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