> I expect it will approach the difficulty of minified js.
WebAssembly has less structure than minified JS (instructions are a linear list - a stack machine - for example) and it is less hackable (it isn't intended to be written or modified by hand).
WebAssembly will be somewhere in between native x86 and minified JS in terms of how open it is to being studied.
WebAssembly has less structure than minified JS (instructions are a linear list - a stack machine - for example) and it is less hackable (it isn't intended to be written or modified by hand).
WebAssembly will be somewhere in between native x86 and minified JS in terms of how open it is to being studied.