Skip to content

Fix WebAssembly string deserialization for [] constant

Camil Staps requested to merge 125-fix-wasm-deserialization-of-nil into main

What does this MR do?

Fixes deserialization of [] in WebAssembly, which should solve #125 (closed).

Changes to public APIs

None.

Author's checklist (required)

  • If bugs have been solved, tests have been added (guidelines)
  • A changelog entry has been added (guidelines)
  • Newly added code is documented (guidelines)
  • Newly added code has a style consistent with the rest of the repository
  • Intermediate commits compile (use git rebase -i main if not)

Related issues

Closes #125 (closed)

Merge request reports