Skip to content

ref.func Opcode is overcounted #7

@Clashsoft

Description

@Clashsoft

For some reason, the ref.func opcode is overcounted, leading to an inflated count of the reference-types feature.

SELECT name, feature, countDistinct(sha256) as count
FROM "wasm_files"."wasm_opcodes"
GROUP BY name, feature
ORDER BY count DESC
LIMIT 100
Image

@copilot, try to identify the issue from the most recent commits and be as minimally invasive as possible in the fix.

Metadata

Metadata

Labels

bugSomething isn't working

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions