Kris Bitney
Kris Bitney
After researching this issue, it doesn't seem possible to support Rust workspaces without significant effort. It is not currently possible to override the behavior of `cargo build`. Rust build scripts...
> Nice find! Are these additional properties making their way into the `wrap.info` artifact? Yeah, they are in it. The json segment I shared comes from deserializing the `wrap.info`.
TODO: - [ ] Add imports to manifest - [ ] Flatten manifest; Convert "module" to "sources" and add codegen dir property (so users can define where `wrap` dir will...
Does this need additional documentation beyond the readme? https://github.com/polywrap/uri-resolver-extensions/tree/master/implementations/file-system/resources Same question for https://github.com/polywrap/toolchain/issues/751 and https://github.com/polywrap/toolchain/issues/750
I'm unable to replicate the issue with this: ```rust let result = ImportedInvokeModule::invoke_throw_error( &imported::imported_invoke_module::ArgsInvokeThrowError { a: args.a }, ); if let Err(err) = result { panic!("{}", err); } ``` Do...
Added context: Should try to reproduce using ENS text record resolver wrapper by subinvoking to Ethereum wrapper for a text record that does not exist The issue seems to happen...