Skip to content

lib,src: use Response URL as WebAssembly location

As per (non-normative) Section 3 of the WebAssembly Web API spec, if the Response has a url, pass it to V8 so that V8 can construct a conforming WebAssembly location.

Refs: https://github.com/nodejs/node/pull/42701

Merge request reports

Loading