Skip to content
  • Guy Watson's avatar
    Render the proper types instead of default i32 · dbc6701c
    Guy Watson authored
    Adds two convenience methods: get-base-type-name and combine symbols
    
    get-base-type-name attempts to fully concretize a type variable before getting its name
    
    combine-symbols takes in two symbols and glues them together. This is useful for making instructions like 'i32.add', where the 'i32' could be any type
    dbc6701c