Error compiling to wasm index out of bounds
when implementing IntoWasmAbi
#3574
Labels
index out of bounds
when implementing IntoWasmAbi
#3574
Describe the Bug
Introducing implementations of
WasmDescribe
,IntoWasmAbi
andFromWasmAbi
cause builds to fail with error:Steps to Reproduce
hello-world
example as a basis)IntoWasmAbi
/FromWasmAbi
see this repo with the code used to minimally produce the bug
Expected Behavior
The build succeeds
Actual Behavior
The build fails with an
index out of bounds
errorAdditional Context
This seems to have popped up from time to time in
wasm-bindgen
's history with,seemingly resolved by matching dependency versions (#3441, #2776, among others).
Troubleshooting
IntoWasmAbi
/FromWasmAbi
are implemented for a new type.of the older versions that resolved previous issues to no avail (
0.2.78
,0.2.79
,0.2.84
).wasm-pack
withwasm-pack --locked
to no availThe text was updated successfully, but these errors were encountered: