withastro/compiler

πŸ› BUG: Invalid WASM payload

alcalayuliana opened this issue Β· 2 comments

What version of @astrojs/compiler are you using?

4.4.15

What package manager are you using?

npm

What operating system are you using?

Linux

Describe the Bug

21:16:53 [ERROR] [UnknownCompilerError] WebAssembly.instantiate(): section (code 11, "Data") extends past end of the module (length 1500380, remaining bytes 347770) @+3488705
Hint:
This is almost always a problem with the Astro compiler, not your code. Please open an issue at https://astro.build/issues/compiler.

Link to Minimal Reproducible Example

Hey @alcalayuliana!! Congrats on your first-ever GitHub issue, welcome to the community πŸŽ‰ πŸŽ‰ πŸŽ‰

Thank you for the report, but we are gonna need a little bit more detail. Can you share the output of the following 3 commands in your project?

  • npm version
  • npm run astro -- info
  • npm why @astrojs/compiler

Also, did you create your project using npm create astro or did you start from something else?