v8/test/mjsunit/wasm/bulk-memory-spec
..
binary.wast
binary.wast.js
bulk.wast
bulk.wast.js
custom.wast
custom.wast.js
linking.wast
linking.wast.js
memory_copy.wast
memory_copy.wast.js
memory_fill.wast
memory_fill.wast.js
memory_init.wast
memory_init.wast.js
README
table_copy.wast
table_copy.wast.js
table_init.wast
table_init.wast.js

This directory contains the bulk-memory proposal tests, converted to JS using
the reference interpreter using the following shell command:

```
for f in *.wast; do wasm $f -o $f.js; done
```

Where `wasm` is the reference interpreter compiled from the bulk memory
proposal (https://github.com/WebAssembly/bulk-memory-operations).

This only includes the tests that are different than the spec repo. The
testsuite repo (https://github.com/WebAssembly/testsuite) has a tool which
calculates this, see
https://github.com/WebAssembly/testsuite/tree/master/proposals/bulk-memory-operations

The contents are copied from the following revisions:

WebAssembly/testsuite: 2a2099d52103215962707fbe9f44cd51fd146636
WebAssembly/bulk-memory-operations: 47b4ae718b42081a220ac7f405bed1391661a635