@@ -48,13 +48,6 @@ export const forceKeepAlive: Record<string, string[]> = {
48
48
Request : [ "keepalive" ] ,
49
49
RTCDtlsTransport : [ "onstatechange" , "state" ] ,
50
50
RTCPeerConnection : [ "canTrickleIceCandidates" ] ,
51
- WebAssembly : [
52
- "compile" ,
53
- "compileStreaming" ,
54
- "instantiate" ,
55
- "instantiateStreaming" ,
56
- "validate" ,
57
- ] ,
58
51
WebGLRenderingContextBase : [ "lineWidth" ] ,
59
52
WebGL2RenderingContextOverloads : [
60
53
// These are implemented in WebGLRenderingContext and WebGL2RenderingContext separately
@@ -76,11 +69,4 @@ export const forceKeepAlive: Record<string, string[]> = {
76
69
] ,
77
70
WindowEventHandlers : [ "onoffline" , "ononline" , "onpagehide" , "onpageshow" ] ,
78
71
WorkerGlobalScope : [ "onrejectionhandled" , "onunhandledrejection" ] ,
79
- // (WebAssembly namespace members)
80
- // TODO: Shouldn't these be inside "WebAssembly"?
81
- Instance : [ "exports" ] ,
82
- Global : [ "value" , "valueOf" ] ,
83
- Memory : [ "buffer" , "grow" ] ,
84
- Module : [ "customSections" , "exports" , "imports" ] ,
85
- Table : [ "length" , "get" , "grow" , "set" ] ,
86
72
} ;
0 commit comments