dotnet / dotnet-wasi-sdk

An SDK for building .NET projects as standalone WASI-compliant modules
MIT License
276 stars 12 forks source link

Can't import functions with 64bit parameters #26

Closed mhmd-azeez closed 1 year ago

mhmd-azeez commented 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

mhmd-azeez commented 1 year ago

Moved it to https://github.com/dotnet/runtime/issues/90786