* disallow WebAssembly reference types to be declared as var, constref or out parameters

This commit is contained in:
Nikolay Nikolov 2023-06-11 08:17:06 +03:00 committed by Pierre Muller
parent 7a65fc697f
commit e57bd03644

View File

@ -57,6 +57,10 @@ procedure testproc7(const q: WasmExternRef);
begin
end;
procedure testproc7(const q: WasmExternRef);
begin
end;
begin
testproc5(nil);
testproc5(global_externref);