seurimas
seurimas
As this is more recent than #4361, I'll reiterate a workaround for those working from ui-grid-stable or who otherwise might need a fix that does not limit usage for small...
Interesting. However, that seems to be related to compiling rust that uses multi-value returns, in a large, linked rust application. This example uses a small output that can be checked...
This seems related to https://github.com/denoland/deno/issues/28129, exposed due to changes made here: https://github.com/wasm-bindgen/wasm-bindgen/commit/77c3fe7413460ba6b9009ecf207247c5f3828e9c#diff-9053f2d612dff76d9d1e67267e89e2cc95fba8b7791a6b1b47c8380a8c703e6f Downgrading your cargo dependency to [email protected] is a workaround for now: `wasm-bindgen = "=0.2.103"`