The WebAssembly.compile() function compiles WebAssembly binary code into a WebAssembly.Module object. This function is useful if it is necessary to compile a module before it can be instantiated (otherwise, the WebAssembly.instantiate() function should be used).
© 2018–2021 the Deno authors
https://doc.deno.land/deno/stable/~/WebAssembly.compile