-
Does anyone has been able to make Trunk work with the [maud](https://maud.lambda.xyz/) macro?
-
Since 0.17, trunk cannot build this project anymore:
```html
```
Trunk invokes cargo correctl…
-
### this is my Trunk.toml file content
```toml
[build]
dist = "dist"
[[hooks]]
# This hook example shows all the current available fields. It will execute the equivalent of
# typing "echo Hell…
-
Running wasm-opt (from https://github.com/WebAssembly/binaryen) with option "-O2" on a generated wasm file build with the `--release` flag, shrinks the size of it quite significantly. In my case from …
-
i want to use `mkcert` for local development. Could you add an option to send the certs with it?
-
### abstract
The `trunk serve` command needs the ability to proxy some URLs to a configured backend, particularly for cases where the UI makes requests to backend data APIs on the same host which ser…
-
I know there are several issues about this, but most suggest installing `wasm-bindgen-cli` manually. Generally the log output when you do that is supposed to say:
```
Nov 16 20:58:47.971 INFO using…
-
### Describe the problem
Some rust web frameworks such as yew updates the dist folder in every build making impossible to have an splashscreen.html inside.
### Describe the solution you'd like
To s…
-
WebAssembly works, but even when trying the examples, it's much harder to use than any other platform. Mainly because you have to come up with your own HTML page, load the WebAssembly (WASM) file some…
-
Hi, thank you so much for creating trunk! It makes deploying wasm so much easier and more enjoyable!
My wasm application takes a few seconds to load, and during loading the browser only shows a whi…