thesuhas / orca

WebAssembly Transformation Library for the Component Model
Apache License 2.0
2 stars 0 forks source link

Created a basic visitor #11

Closed thesuhas closed 1 week ago

thesuhas commented 1 week ago

Created a basic visitor that visits every local and instruction inside a given code section. Iterating over code sections instead of functions as functions: Vec<u32> maps each function to a given type index.