wasmx/wasm-chisel

chisel: generalize YAML config parser

jakelang opened this issue · 0 comments

At the moment, everything has to be a hash map. This means a module cannot be used twice because its hashes will collide.

Time to generalize this so a list can be used, etc.