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
Trying to build the project locally, and am running into some sort of conflict with wasm-glue. Has anyone run into this before?
Compiling wasm-glue v0.1.0
Compiling syn v0.15.26
error[E0425]: cannot find function `set_print` in module `io`
--> /Users/dan/.cargo/registry/src/github.com-1ecc6299db9ec823/wasm-glue-0.1.0/src/lib.rs:125:9
|
125 | io::set_print(Some(Box::new(printer)));
| ^^^^^^^^^ help: a function with a similar name exists: `_eprint`
error[E0425]: cannot find function `set_print` in module `io`
--> /Users/dan/.cargo/registry/src/github.com-1ecc6299db9ec823/wasm-glue-0.1.0/src/lib.rs:131:9
|
131 | io::set_print(Some(Box::new(printer)));
| ^^^^^^^^^ help: a function with a similar name exists: `_eprint`
The text was updated successfully, but these errors were encountered:
So far, poking around, I don't know what the replacement for these functions are. I'm going to keep looking, must be documented in a release note somewhere (or mentioned on github).
Trying to build the project locally, and am running into some sort of conflict with wasm-glue. Has anyone run into this before?
The text was updated successfully, but these errors were encountered: