we now validate Copy structs

This commit is contained in:
Pat Hickey
2020-01-28 16:34:34 -08:00
parent 62e00434b0
commit 35d9373976
3 changed files with 20 additions and 5 deletions

View File

@@ -34,7 +34,6 @@
(param $an_int u32)
(result $error $errno)
(result $doubled_it f32))
(@interface func (export "sum_of_pair")
(param $an_pair $pair_ints)
(result $error $errno)