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
Compiling js-sys v0.3.35
error[E0603]: struct `Memory` is private
--> /home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/js-sys-0.3.35/src/lib.rs:4873:60
|
4873 | let mem = buf.unchecked_ref::<WebAssembly::Memory>();
| ^^^^^^ this struct is private
|
note: the struct `Memory` is defined here
--> /home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/js-sys-0.3.35/src/lib.rs:3516:5
|
3516 | #[wasm_bindgen]
| ^^^^^^^^^^^^^^^
= note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info)
The text was updated successfully, but these errors were encountered:
When the CI Test build runs cargo test in here https://github.com/DataHighway-DHX/node/runs/459859012, it's generating the following error:
The text was updated successfully, but these errors were encountered: