go-wasm icon indicating copy to clipboard operation
go-wasm copied to clipboard

Parse error - data corrupted

Open tekmanic opened this issue 4 years ago • 1 comments

Hi,

I've tried using this library on a couple of wasm files I generated using Tinygo. On one of the files I got this error:

[0x000345] parse section: data corrupted; section id 0x73656374696f6e494428323029 not valid exit status 1

On a second I received this error:

[0x30d413] parse section: entry 43793: read data section offset initializer: EOF exit status 1

I used the suggested main on the readme file and it is throwing these errors after the wasm.Parse(f) call. Any ideas on how to troubleshoot this?

Thanks

tekmanic avatar Dec 15 '20 15:12 tekmanic

The project was last updated three years ago buddy. It's got small errors, many of them infact. This is due to the rapid evolution of wasm. The small errors make it incompatible for now. Until we get someone who can maintain it.

hx-khan avatar Jan 30 '21 05:01 hx-khan