You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I run trunk build an error message is printed:
thread 'main' panicked at 'index out of bounds: the len is 0 but the index is 0', /home/felix/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/wasm-bindgen-cli-support-0.2.78/src/descriptor.rs:205:15
stack backtrace:
0: rust_begin_unwind
at /rustc/ac50a53359328a5d7f2f558833e63d59d372e4f7/library/std/src/panicking.rs:517:5
1: core::panicking::panic_fmt
at /rustc/ac50a53359328a5d7f2f558833e63d59d372e4f7/library/core/src/panicking.rs:101:14
2: core::panicking::panic_bounds_check
at /rustc/ac50a53359328a5d7f2f558833e63d59d372e4f7/library/core/src/panicking.rs:77:5
3: wasm_bindgen_cli_support::descriptor::Descriptor::_decode
4: wasm_bindgen_cli_support::descriptor::Function::decode
5: wasm_bindgen_cli_support::descriptor::Descriptor::_decode
6: wasm_bindgen_cli_support::descriptors::execute
7: wasm_bindgen_cli_support::Bindgen::generate_output
8: wasm_bindgen_cli_support::Bindgen::generate
9: wasm_bindgen::main
note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.
Feb 14 22:38:40.354 ERROR ❌ error
error from HTML pipeline
Caused by:
0: error from asset pipeline
1: wasm-bindgen call returned a bad status
Stack backtrace:
0: anyhow::error::<impl anyhow::Error>::msg
1: <core::future::from_generator::GenFuture<T> as core::future::future::Future>::poll
2: <core::future::from_generator::GenFuture<T> as core::future::future::Future>::poll
3: <core::future::from_generator::GenFuture<T> as core::future::future::Future>::poll
4: <core::future::from_generator::GenFuture<T> as core::future::future::Future>::poll
5: tokio::runtime::task::harness::poll_future
6: tokio::runtime::task::raw::poll
7: tokio::runtime::thread_pool::worker::Context::run_task
8: tokio::runtime::task::raw::poll
9: std::sys_common::backtrace::__rust_begin_short_backtrace
10: core::ops::function::FnOnce::call_once{{vtable.shim}}
11: <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once
at /rustc/ac50a53359328a5d7f2f558833e63d59d372e4f7/library/alloc/src/boxed.rs:1636:9
12: <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once
at /rustc/ac50a53359328a5d7f2f558833e63d59d372e4f7/library/alloc/src/boxed.rs:1636:9
13: std::sys::unix::thread::Thread::new::thread_start
at /rustc/ac50a53359328a5d7f2f558833e63d59d372e4f7/library/std/src/sys/unix/thread.rs:106:17
14: start_thread
at ./nptl/./nptl/pthread_create.c:435:8
15: __clone
at ./misc/../sysdeps/unix/sysv/linux/x86_64/clone.S:100
Error: error from HTML pipeline
Caused by:
0: error from asset pipeline
1: wasm-bindgen call returned a bad status
Stack backtrace:
0: anyhow::error::<impl anyhow::Error>::msg
1: <core::future::from_generator::GenFuture<T> as core::future::future::Future>::poll
2: <core::future::from_generator::GenFuture<T> as core::future::future::Future>::poll
3: <core::future::from_generator::GenFuture<T> as core::future::future::Future>::poll
4: <core::future::from_generator::GenFuture<T> as core::future::future::Future>::poll
5: tokio::runtime::task::harness::poll_future
6: tokio::runtime::task::raw::poll
7: tokio::runtime::thread_pool::worker::Context::run_task
8: tokio::runtime::task::raw::poll
9: std::sys_common::backtrace::__rust_begin_short_backtrace
10: core::ops::function::FnOnce::call_once{{vtable.shim}}
11: <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once
at /rustc/ac50a53359328a5d7f2f558833e63d59d372e4f7/library/alloc/src/boxed.rs:1636:9
12: <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once
at /rustc/ac50a53359328a5d7f2f558833e63d59d372e4f7/library/alloc/src/boxed.rs:1636:9
13: std::sys::unix::thread::Thread::new::thread_start
at /rustc/ac50a53359328a5d7f2f558833e63d59d372e4f7/library/std/src/sys/unix/thread.rs:106:17
14: start_thread
at ./nptl/./nptl/pthread_create.c:435:8
15: __clone
at ./misc/../sysdeps/unix/sysv/linux/x86_64/clone.S:100
The text was updated successfully, but these errors were encountered:
When I run
trunk build
an error message is printed:The text was updated successfully, but these errors were encountered: