playground icon indicating copy to clipboard operation
playground copied to clipboard

I get an error when I try to run it locally

Open sago35 opened this issue 5 years ago • 4 comments

I get this message and I can't run it locally.

LinkError: import object field 'syscall/js.finalizeRef' is not a Function

end: windows10 pro 64bit tinygo 64d51b215f63a3b178c6337ab252086d16003ff7

git clone --recursive https://github.com/tinygo-org/tinygo.git tinygo5
cd tinygo5
git checkout dev
make llvm-build
make
make gen-device
make wasi-libc
make release

sago35 avatar Jun 04 '20 23:06 sago35

image

sago35 avatar Jun 04 '20 23:06 sago35

Weird. Which Go version are you using? You could try using Go 1.13.

aykevl avatar Jun 04 '20 23:06 aykevl

I'm using Go 1.14.3.

go version go1.14.3 windows/amd64

Later, I'll try Go 1.13.

sago35 avatar Jun 04 '20 23:06 sago35

This should be fixed. Is this still an issue?

aykevl avatar May 14 '22 11:05 aykevl

I assume this is fixed by now. If not, please reopen.

aykevl avatar Sep 24 '24 09:09 aykevl