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

Missing support for trunk, which is used to build Rust WebAssembly frontends #150

Open
xfbs opened this issue Dec 20, 2023 · 0 comments
Open

Comments

@xfbs
Copy link

xfbs commented Dec 20, 2023

Trunk is a tool used to build, bundle and ship Rust WebAssembly frontends. Since WebAssembly frontends need a little bit of glue code to talk to browser APIs, a tool such as Trunk is necessary to turn a WASM binary into something a browser and load and execute.

I believe that we should add support for trunk to kraken, such that it can build WebAssembly frontends without needing too much manual configuration. If possible, we might even be able to enable autoconf to detect it by the presence of a Trunk.toml file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Development

No branches or pull requests

1 participant