Ivan Enderlin

Results 885 comments of Ivan Enderlin

I see you're using Kotlin. I didn't try with Kotlin yet, but I wouldn't be surprise to see differences between Java and Kotlin here.

I don't use IntelliJ. I'm not familiar with IntelliJ nor Kotlin. I asked help on Twitter, https://twitter.com/mnt_io/status/1295331545771802625.

The current solution works with Java, but it seems to not work with Kotlin. Is it a difference between the two “languages”? Our `Native` API, https://github.com/wasmerio/java-ext-wasm/blob/master/src/java/org/wasmer/Native.java. How to use it,...

I agree with everything. I'm not comfortable exposing `idx` but at some point it might be useful. > If this is added, though, then I think it should be done...

Thanks for reporting the issue. I'll take a look at it.

This issue is now our priority :-). cc @wasmerio/langint

I'm OK with that, but I don't have time right now. Do you want to tackle this issue?

Hi! It's not yet possible, see: https://github.com/wasmerio/php-ext-wasm/blob/6147c9837626277b07331f4f3eca53f2bf756dbe/src/wasm.cc#L880-L882 Because PHP has no way to represent an `i32` or an `i64`, I decided to fallback to `i32` everytime. The hack I've in...

I'm likely to adopt a new strategy. We will use the PHP `int` type hint, and cast to `i32` or `i64` according to the Wasm signature in the module.

We are going to migrate our CI to include Windows. I'm likely to face the same issue, and I'll try to fix it :-).