vlang/wasmer

error: cannot use `wasmer.ExternVec` as `[]wasmer.Extern` in argument 3 to `wasmer.instance`

elimisteve opened this issue · 1 comments

When I try to run v run simple.v, I get this error:

simple.v:25:42: error: cannot use `wasmer.ExternVec` as `[]wasmer.Extern` in argument 3 to `wasmer.instance`

I am running the latest V:

$ v doctor
OS: linux, Debian GNU/Linux 9.13 (stretch) (VM)
Processor: 2 cpus, 64bit, little endian, Intel(R) Core(TM) i7-7820HQ CPU @ 2.90GHz
CC version: cc (Debian 6.3.0-18+deb9u1) 6.3.0 20170516

getwd: /home/user/django_projects/v/examples/elimisteve/wasmer.git/examples
vmodules: /home/user/.vmodules
vroot: /home/user/django_projects/v
vexe: /home/user/django_projects/v/v
vexe mtime: 2022-02-19 02:27:54
is vroot writable: true
is vmodules writable: true
V full version: V 0.2.4 d86b188.4cdb244

Git version: git version 2.11.0
Git vroot status: weekly.2021.50-527-g4cdb2441
.git/config present: true
thirdparty/tcc status: thirdparty-linux-amd64 3654d6a8

I forgot to update code, I will remove *Vec types from public API