This is a first step towards a builder API that will try to keep more context around and automatically fill in a lot of parameters needed for binaryen calls. The idea is that it should encourage writing code that validates correctly in binaryen.
This code also changes the way variables, void types and non-returning expressions are handled. Basically, values that don't exist are not given a variable now.
This is a first step towards a builder API that will try to keep more context around and automatically fill in a lot of parameters needed for binaryen calls. The idea is that it should encourage writing code that validates correctly in binaryen.
This code also changes the way variables, void types and non-returning expressions are handled. Basically, values that don't exist are not given a variable now.