Skip to content

Commit

Permalink
Regenerate reference tests (rustwasm#4309)
Browse files Browse the repository at this point in the history
  • Loading branch information
daxpedda authored Nov 30, 2024
1 parent b4428b0 commit 7fa2afa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/cli/tests/reference/web-sys.js
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ export function get_media_source() {

const __wbindgen_enum_MediaSourceEnum = ["camera", "screen", "application", "window", "browser", "microphone", "audioCapture", "other"];

export function __wbg_new_dce808fb3f528314() { return handleError(function (arg0, arg1) {
export function __wbg_new_6684d1d61b5a2140() { return handleError(function (arg0, arg1) {
const ret = new URL(getStringFromWasm0(arg0, arg1));
return ret;
}, arguments) };
Expand Down

0 comments on commit 7fa2afa

Please sign in to comment.