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 d46c156 commit a6a1635Copy full SHA for a6a1635
pyodide/sed.txt
@@ -1,4 +1,4 @@
1
-s/new WebAssembly.Module/newWasmModule/
2
-s/WebAssembly.instantiate/wasmInstantiate/
3
-s/Date.now/monotonicDateNow/
4
-s/crypto.getRandomValues/getRandomValues/
+s/new WebAssembly.Module/newWasmModule/g
+s/WebAssembly.instantiate/wasmInstantiate/g
+s/Date.now/monotonicDateNow/g
+s/crypto.getRandomValues/getRandomValues/g
0 commit comments