Skip to content

Conversation

Vrixyz
Copy link
Owner

@Vrixyz Vrixyz commented Mar 25, 2025

When using wasm-server-runner, (cargo run --target wasm32-unknown-unknown) you have to launch the project from inside examples3d or exampled2d.

on error, an error message is displayed:

image

@Vrixyz Vrixyz force-pushed the sample_color_model branch 2 times, most recently from a50f548 to bd31adc Compare April 7, 2025 20:14
Vrixyz added a commit that referenced this pull request Apr 7, 2025
* custom server working for compressing wasm

* up dependencies + add brotli in build script

* Fix non-macos build

* chore :remove the `server` crate + add dist2d/dist3d to .gitignore

---------

Co-authored-by: Sébastien Crozet <sebcrozet@dimforge.com>
pub enum SceneState {
#[default]
Waiting,
Loading,
Loaded,
LoadingError(Vec<(String, String)>),
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

type error ?

.assets
.iter()
.filter_map(|a| {
if let Some(load_state) = asset_server.get_load_state(a.1) {
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

unse ?

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

Successfully merging this pull request may close these issues.

1 participant