diff options
author | Derek Schuff <dschuff@chromium.org> | 2017-06-27 14:24:21 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-27 14:24:21 -0700 |
commit | 21e08eeef1ccc489cd06495e4370e1dffccfe088 (patch) | |
tree | cf10711c6eb26acf378da8cdcc4d7e961ef582bf /test/print/memory-shared.minified.txt | |
parent | bf37733de319b5e0f0b6b0205c1745c5214fea1e (diff) | |
download | binaryen-21e08eeef1ccc489cd06495e4370e1dffccfe088.tar.gz binaryen-21e08eeef1ccc489cd06495e4370e1dffccfe088.tar.bz2 binaryen-21e08eeef1ccc489cd06495e4370e1dffccfe088.zip |
Add shared memories (#1069)
Begin to implement wasm threading proposal in https://github.com/WebAssembly/threads/blob/master/proposals/threads/Overview.md
This PR just has shared memory attribute with wast and binary support.
Diffstat (limited to 'test/print/memory-shared.minified.txt')
-rw-r--r-- | test/print/memory-shared.minified.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/print/memory-shared.minified.txt b/test/print/memory-shared.minified.txt new file mode 100644 index 000000000..3f07a0080 --- /dev/null +++ b/test/print/memory-shared.minified.txt @@ -0,0 +1,2 @@ +(module(memory $0 23 256 shared) +)
\ No newline at end of file |