Samsung / walrus

WebAssembly Lightweight RUntime
Apache License 2.0
39 stars 10 forks source link

Reduce argument type storage #233

Closed zherczeg closed 6 months ago

zherczeg commented 6 months ago

I have found a way to reduce the argument storage to minmum. The cost is defining unused enums, but I think they are harmless.

zherczeg commented 6 months ago

@clover2123 Shall I merge this with #234 and close this bug?