Don't panic on shared memories (#883)

* Don't panic on shared memories

Instead return a first-class error
This commit is contained in:
Alex Crichton
2020-02-01 10:33:30 +01:00
committed by GitHub
parent f2fa484abf
commit ea4faa4a01
2 changed files with 12 additions and 6 deletions

View File

@@ -0,0 +1 @@
(assert_invalid (module (memory 1 1 shared)) "not supported")