There is a regression from 1.12 to 1.13, a program that successfully compiles and runs on Firefox and Google Chrome in Go 1.12 will not run when compiled with Go 1.13
Firefox gives the error:
LinkError: "data segment does not fit in memory"
Google Chrome gives the error:
LinkError: WebAssembly.instantiate(): data segment is out of bounds
The project is quite large and the Web Assembly file is ~50mb when uncompressed.
I'm happy to provide further details on request, however, I don't have a trivial program that reproduces this.
I am using the appropriate wasm_exec files for both versions.
There is a regression from 1.12 to 1.13, a program that successfully compiles and runs on Firefox and Google Chrome in Go 1.12 will not run when compiled with Go 1.13
Firefox gives the error:
Google Chrome gives the error:
The project is quite large and the Web Assembly file is ~50mb when uncompressed.
I'm happy to provide further details on request, however, I don't have a trivial program that reproduces this.
I am using the appropriate wasm_exec files for both versions.