-
Notifications
You must be signed in to change notification settings - Fork 336
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
Fix failing wasm-wasi-component test #1477
Comments
Was looking at this last night. The test runs fine on Fedora 40. Fails on Ubuntu 24.04. This thing seems generally pretty fragile... |
The pytest wasm-wasi-component built on Ubuntu 24.04 does run under wasmtime v24 (on Fedora at least) |
@ac000 If you have any other notes, might be worth dropping them here. I'll let @javorszky run with this as the assignee. |
The hello_world component built under Ubuntu 24.04 does not run under Unit on Fedora either. Same error I beleive
|
Now that I'm on Fedora 41, it's broken here also... (from pytests)
|
Looks like we may be hitting this bytecodealliance/wasmtime#9130 Enabling the |
I wonder if we can just move to wasmtime 26.0.1... Seems like it... |
This fixes an issue we had with wasm-wasi-component failing to load components with 2024/11/06 21:08:50 [alert] 107196#107196 failed to create initial state Caused by: 0: failed to compile component 1: WebAssembly translation error 2: Invalid input WebAssembly code at offset 15936: zero byte expected Which was a symptom of <bytecodealliance/wasmtime#9130> Closes: nginx#1477 Signed-off-by: Andrew Clayton <a.clayton@nginx.com>
The wasm-wasi-component test keeps failing for no apparent reason. This is an issue to track that we're working on it.
The text was updated successfully, but these errors were encountered: