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

feat: simd support #359

feat: simd support

feat: simd support #359

Triggered via pull request March 9, 2025 18:02
Status Failure
Total duration 1m 3s
Artifacts

test.yaml

on: pull_request
Build wasm
54s
Build wasm
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