-
**Description:**
As we aim to make our project more cross-platform compatible, leveraging [`xtask-wasm`](https://github.com/rustminded/xtask-wasm) appears to be a viable solution.
**Objectives:*…
-
I'm working on a wasm/web_sys project, and when the rust-analyzer extension is enabled in VSCode, adding the following `.cargo/config.toml` file to my project causes every cargo run to rebuild the pro…
-
Currently, yew.rs is built using [Docusaurus](https://docusaurus.io/), which uses React. It was used because at the time Yew did not have a way to render page to HTML files (SSG). This has now been re…
-
Caused by:
unknown attr value `rel="stylesheet"`; please ensure the value is lowercase and is a supported asset type
file public/style.css exist
index.html call this file and give error/
…
-
### Describe the Bug
On an arm based m3 mac (and in docker as amd86), versions above 0.2.86 lead to a core dump in wasm-opt.
Smoking PR is likely this one: https://github.com/rustwasm/wasm-bindg…
-
### Checks
- [X] I have checked that this issue has not already been reported.
- [X] I have confirmed this bug exists on the [latest version](https://crates.io/crates/polars) of Polars.
### Reproduc…
-
**Describe the bug**
I'm trying to use a custom font for my Leptos web app (CSR, using Trunk, and TailwindCSS). It imports the font just fine, and shows up in the network tab, but throws this browser…
4f48 updated
4 months ago
-
https://dev.to/pancy/build-a-decentralized-app-on-ipfs-using-webassembly-46a4
While testing this out to see how yew compares to go-app in terms of flow and binary size(10 times smaller out of the b…
-
Hi there,
I'm running into an issue when trying to load a javascript file from a Leptos App body, tried on different browser (Chrome and Firefox).
My issue is that the js file is loaded as an html…
-
* macOS 14.4 Sonoma
* Rust 1.79 nightly
* Yew 0.21.0
* Stylist 0.13.0
* Trunk 0.19.1
Bit of a strange one, this. I upgraded to v0.19.1 using `cargo install trunk --force --version 0.19.1`. The …