We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba5dc4e commit 1243892Copy full SHA for 1243892
pyodide/prelude.js
@@ -7,3 +7,4 @@ import {
7
const document = undefined;
8
const location = undefined;
9
function addEventListener() {}
10
+function reportUndefinedSymbolsNoOp() {}
pyodide/sed.txt
@@ -1,4 +1,5 @@
1
s/new WebAssembly.Module/newWasmModule/g
2
s/WebAssembly.instantiate/wasmInstantiate/g
3
s/Date.now/monotonicDateNow/g
4
-s/crypto.getRandomValues/getRandomValues/g
+s/crypto.getRandomValues/getRandomValues/g
5
+s/reportUndefinedSymbols()/reportUndefinedSymbolsNoOp()/g
0 commit comments