Reason for the load from buffer: Makes it easier to include compiled modules into a packaging system like browserify or webpack by converting the compiled file into a buffer-returning javascript file.
Reason for the binary tools cache: To prevent multiple downloads of the same file during both development and deployment (some projects may install WebAssembly multiple times through various paths).
Reason for the load from buffer: Makes it easier to include compiled modules into a packaging system like browserify or webpack by converting the compiled file into a buffer-returning javascript file.
Reason for the binary tools cache: To prevent multiple downloads of the same file during both development and deployment (some projects may install WebAssembly multiple times through various paths).