DenialAdams / roland

Roland programming language
https://www.brick.codes/roland
Apache License 2.0
46 stars 0 forks source link

Roland's calling convention does not match the "Basic" C ABI for WebAssembly, will likely mean some imported functions don't work properly #102

Open DenialAdams opened 1 year ago

DenialAdams commented 1 year ago

https://github.com/WebAssembly/tool-conventions/blob/main/BasicCABI.md

It is frankly very unclear to me what the right calling convention for WASI is. I guess keep going until we hit that wall