wasmx / wasm-chisel

Some useful utilities to transform WebAssembly binaries.
Apache License 2.0
55 stars 11 forks source link

chisel: generalize YAML config parser #58

Closed jakelang closed 4 years ago

jakelang commented 5 years ago

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.