File tree 3 files changed +0
-12
lines changed
3 files changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -2275,10 +2275,6 @@ addToLibrary({
2275
2275
#endif
2276
2276
#if MEMORY64 == 1
2277
2277
'address': 'i64',
2278
- // TODO(sbc): remove this alias for 'address' once both firefox and
2279
- // chrome roll out the spec change.
2280
- // See https://github.com/WebAssembly/memory64/pull/92
2281
- 'index': 'i64',
2282
2278
#endif
2283
2279
'element': 'anyfunc'
2284
2280
});
Original file line number Diff line number Diff line change @@ -48,10 +48,6 @@ if (!ENVIRONMENT_IS_PTHREAD) {
48
48
#endif
49
49
#if MEMORY64 == 1
50
50
'address ': 'i64 ',
51
- // TODO(sbc): remove this alias for `address` once both firefox and
52
- // chrome roll out the spec change.
53
- // See https://github.com/WebAssembly/memory64/pull/92
54
- 'index' : 'i64' ,
55
51
#endif
56
52
} ) ;
57
53
}
Original file line number Diff line number Diff line change @@ -11,10 +11,6 @@ Module['wasmMemory'] = new WebAssembly.Memory({
11
11
'initial' : 256n ,
12
12
'maximum' : 256n ,
13
13
'address' : 'i64' ,
14
- // TODO(sbc): remove this alias for `address` once both firefox and
15
- // chrome roll out the spec change.
16
- // See https://github.com/WebAssembly/memory64/pull/92
17
- 'index' : 'i64' ,
18
14
#else
19
15
'initial' : 256 ,
20
16
'maximum' : 256 ,
You can’t perform that action at this time.
0 commit comments