GetFirefly / firefly

An alternative BEAM implementation, designed for WebAssembly
Apache License 2.0
3.61k stars 105 forks source link

-export([]) needs to be supported #614

Closed KronicDeth closed 4 years ago

KronicDeth commented 4 years ago

I'm not really sure why it is useful, but -export([]), so exporting nothing, is used in OTP, so needs to be supported. It appears that another -export is used later in the file in these cases, so perhaps -export need to be accumulating instead of one-time use.

Affected files in OTP: