Skip to content

feat: simd support #357

feat: simd support

feat: simd support #357

Triggered via pull request March 9, 2025 17:26
Status Failure
Total duration 1m 12s
Artifacts

test.yaml

on: pull_request
Matrix: run-tests
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Build wasm: crates/tinywasm/src/interpreter/executor.rs#L334
cannot find type `i8x16` in this scope
Build wasm: crates/tinywasm/src/interpreter/executor.rs#L335
cannot find type `u8x16` in this scope
Build wasm: crates/tinywasm/src/interpreter/executor.rs#L336
cannot find type `i16x8` in this scope
Build wasm: crates/tinywasm/src/interpreter/executor.rs#L337
cannot find type `u16x8` in this scope
Build wasm: crates/tinywasm/src/interpreter/executor.rs#L338
cannot find type `i32x4` in this scope
Build wasm: crates/tinywasm/src/interpreter/executor.rs#L339
cannot find type `i64x2` in this scope
Build wasm: crates/tinywasm/src/interpreter/executor.rs#L340
cannot find type `f32x4` in this scope
Build wasm: crates/tinywasm/src/interpreter/executor.rs#L341
cannot find type `f64x2` in this scope
Build wasm: crates/tinywasm/src/interpreter/executor.rs#L343
cannot find type `i8x16` in this scope
Build wasm: crates/tinywasm/src/interpreter/executor.rs#L344
cannot find type `i16x8` in this scope