1 2 3 4 5 6 7 8
(module (memory $0 23 256 shared) (func (export "atomic-fence") (atomic.fence) ) ) (assert_return (invoke "atomic-fence"))