summaryrefslogtreecommitdiff
path: root/test/memory-shared.wast.fromBinary.noDebugInfo
diff options
context:
space:
mode:
authorDerek Schuff <dschuff@chromium.org>2017-06-27 14:24:21 -0700
committerGitHub <noreply@github.com>2017-06-27 14:24:21 -0700
commit21e08eeef1ccc489cd06495e4370e1dffccfe088 (patch)
treecf10711c6eb26acf378da8cdcc4d7e961ef582bf /test/memory-shared.wast.fromBinary.noDebugInfo
parentbf37733de319b5e0f0b6b0205c1745c5214fea1e (diff)
downloadbinaryen-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/memory-shared.wast.fromBinary.noDebugInfo')
-rw-r--r--test/memory-shared.wast.fromBinary.noDebugInfo4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/memory-shared.wast.fromBinary.noDebugInfo b/test/memory-shared.wast.fromBinary.noDebugInfo
new file mode 100644
index 000000000..b16e00d99
--- /dev/null
+++ b/test/memory-shared.wast.fromBinary.noDebugInfo
@@ -0,0 +1,4 @@
+(module
+ (memory $0 23 256 shared)
+)
+