webassembly icon indicating copy to clipboard operation
webassembly copied to clipboard

Binary tools cache & load from buffer

Open finwo opened this issue 6 years ago • 0 comments

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).

finwo avatar Jul 18 '19 11:07 finwo