slint/examples/printerdemo/rust
jhlee0133 02415a4079
Fix WASM Loading Issue Due to Library Name Change (#4990)
Following the recent changes in #4765, the library name was updated from printerdemo to printerdemo_lib. This modification has inadvertently affected the naming of the JavaScript file generated by wasm-pack, leading to printerdemo.js being renamed to printerdemo_lib.js. Consequently, the existing reference in the index.html file became outdated, causing the WASM module to fail to load correctly.

This PR addresses the issue by updating the reference in index.html, ensuring that the page can properly load and execute the WASM module.
2024-04-02 10:19:17 +02:00
..
build.rs Domain: slint-ui.com -> slint.dev 2023-06-16 10:55:08 +02:00
Cargo.toml Bump version number to 1.6.0 2024-03-27 07:49:22 +00:00
index.html Fix WASM Loading Issue Due to Library Name Change (#4990) 2024-04-02 10:19:17 +02:00
lib.rs Revert the use of enums in the printer demo (#4778) 2024-03-06 18:54:33 +01:00
main.rs Demos: fix duplicate artifact name in Windows 2024-03-06 11:16:07 +01:00