Closed mhmd-azeez closed 1 year ago
I want to import functions from my wasm guest. I use the same mechanism used by this repo, but it seems like there is a limit on how many bits you can have in your parameters/returns.
Here is a repro: https://github.com/mhmd-azeez/Int64Repro
Moved it to https://github.com/dotnet/runtime/issues/90786
I want to import functions from my wasm guest. I use the same mechanism used by this repo, but it seems like there is a limit on how many bits you can have in your parameters/returns.
Here is a repro: https://github.com/mhmd-azeez/Int64Repro