wabt.js
wabt.js copied to clipboard
add options parameter to validate
This fixes #51
I lost some time not realizing validate needed to be passed WasmFeatures; this pull request and the corresponding issue are the only things that stopped me from concluding validation was broken when using shared memory. Thanks to @zoren and it should certainly be merged (and the README should be updated as well).