Skip to content
This repository was archived by the owner on Oct 3, 2025. It is now read-only.

feat: simd support #361

feat: simd support

feat: simd support #361

Triggered via pull request March 9, 2025 19:05
Status Failure
Total duration 1m 6s
Artifacts

test.yaml

on: pull_request
Build wasm
57s
Build wasm
Matrix: run-tests
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Build wasm: crates/tinywasm/src/interpreter/executor.rs#L327
cannot find type `i8x16` in this scope
Build wasm: crates/tinywasm/src/interpreter/executor.rs#L328
cannot find type `i16x8` in this scope
Build wasm: crates/tinywasm/src/interpreter/executor.rs#L329
cannot find type `i32x4` in this scope
Build wasm: crates/tinywasm/src/interpreter/executor.rs#L330
cannot find type `i64x2` in this scope
Build wasm: crates/tinywasm/src/interpreter/executor.rs#L335
failed to resolve: use of unresolved module or unlinked crate `u8x16`
Build wasm: crates/tinywasm/src/interpreter/executor.rs#L339
failed to resolve: use of unresolved module or unlinked crate `u8x16`
Build wasm: crates/tinywasm/src/interpreter/executor.rs#L344
cannot find type `i8x16` in this scope
Build wasm: crates/tinywasm/src/interpreter/executor.rs#L345
cannot find type `u8x16` in this scope
Build wasm: crates/tinywasm/src/interpreter/executor.rs#L346
cannot find type `i16x8` in this scope
Build wasm: crates/tinywasm/src/interpreter/executor.rs#L347
cannot find type `u16x8` in this scope