Progressive web rust framework #7838
Closed
edezhic
started this conversation in
I'm doing this
Replies: 1 comment 1 reply
-
Using |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey, I'm working on a restful rust framework that allows cross-compiling UI into wasm which runs inside the service worker github.com/edezhic/pwrs to enable client-side rendering and PWA installability
I want to set up basic typescript bundling and ->JS translation to be able to use custom TS optionally bundled with wasm bindings along with Rust
As of now it looks like this - https://github.com/edezhic/pwrs/blob/main/build/swc.rs , maybe you have some suggestions for improvements?
Beta Was this translation helpful? Give feedback.
All reactions