Kris Bitney

Results 56 comments of Kris Bitney

> To me, I think we just want to make sure we have proper error messaging in various common scenarios. If I had to try and list them now it'd...

My current thoughts are: 1. create InvokeError class 2. make InvokeError class serializable in msgpack 3. create bindings for as/rs versions of InvokeError 4. instead of Result, subinvocations will return...

> Can you show your code? Here is the Kotlin repo: https://github.com/polywrap/kotlin-client/tree/kris/uniffi-rework Here are the Kotlin plugins: https://github.com/polywrap/kotlin-client/tree/main/src/commonMain/kotlin/io/polywrap/plugins Here is the FFI package: https://github.com/polywrap/rust-client/tree/main/packages/native Here is the rust repo the...

UPDATE Here is a maximally simple reproduction of the error: https://github.com/polywrap/kotlin-client/pull/40 The issue occurs when a call is made from a Wasm module, to Rust native code, which then calls...

Note that in the original case the error was occurring the SECOND time the call to the Kotlin object was made: Kotlin base Rust native Wasm module Rust native Wasm...

Some logs for you, from printlns I added to the generated handlemap. These logs come from after I fixed the bug on our end. The original issue was that the...

With https://polywrap.io you can write it once and use it on Python, JavaScript, Rust, Kotlin, and Swift Amazing tech, and Web3 friendly!

I'm super curious about why you decided not to support Kotlin Multiplatform. Which SDK features would be difficult to implement?

> LGTM! I think we should create a template github repo so that any one can use template directly and initialize the new project on github. Great idea!

I can't share the project because my employer wants it to be closed source. I know that doesn't really make since since it is published to NPM anyway, but I...