-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🐛 BUG: Invalid WASM payload #980
Comments
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?
Also, did you create your project using |
npm version
{
'lead-magnet-1': '0.0.1',
npm: '10.2.4',
node: '20.11.0',
acorn: '8.11.2',
ada: '2.7.4',
ares: '1.20.1',
base64: '0.5.1',
brotli: '1.0.9',
cjs_module_lexer: '1.2.2',
cldr: '43.1',
icu: '73.2',
llhttp: '8.1.1',
modules: '115',
napi: '9',
nghttp2: '1.58.0',
nghttp3: '0.7.0',
ngtcp2: '0.8.1',
openssl: '3.0.12+quic',
simdutf: '4.0.4',
tz: '2023c',
undici: '5.27.2',
unicode: '15.0',
uv: '1.46.0',
uvwasi: '0.0.19',
v8: '11.3.244.8-node.17',
zlib: '1.2.13.1-motley-5daffc7'
}
npm run astro -- info
***@***.*** astro
astro info
Astro v4.4.15
Node v20.11.0
System Linux (x64)
Package Manager npm
Output static
Adapter none
Integrations @astrojs/sitemap
@astrojs/tailwind
npm why @astrojs/compiler
@***@***.***
***@***.***/compiler
@astrojs/compiler@"^2.4.0" from @***@***.***
***@***.***/language-server
@astrojs/language-server@"^2.7.6" from @***@***.***
***@***.***/check
@astrojs/check@"^0.5.6" from the root project
@astrojs/compiler@"^2.5.3" from ***@***.***
node_modules/astro
astro@"^4.4.15" from the root project
peer astro@"^3.0.0 || ^4.0.0" from @***@***.***
***@***.***/tailwind
@astrojs/tailwind@"^5.1.0" from the root project
SI COMENCÉ MI PROYECTO USANDO npm create astroo
El sáb, 9 mar 2024 a las 3:34, Luiz Ferraz ***@***.***>)
escribió:
… Hey @alcalayuliana <https://github.com/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?
—
Reply to this email directly, view it on GitHub
<#980 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BBQU3M7GOUPN5M7IZYZ4CJTYXJYMNAVCNFSM6AAAAABENMLV2SVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSOBWG4YDAMJWGU>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
The text was updated successfully, but these errors were encountered: