Skip to content

feat: add most basic simd instructions #335

feat: add most basic simd instructions

feat: add most basic simd instructions #335

Triggered via push March 1, 2025 18:49
Status Failure
Total duration 1m 5s
Artifacts

test.yaml

on: push
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#L331
cannot find type `i8x16` in this scope
Build wasm: crates/tinywasm/src/interpreter/executor.rs#L332
cannot find type `i16x8` in this scope
Build wasm: crates/tinywasm/src/interpreter/executor.rs#L333
cannot find type `i32x4` in this scope
Build wasm: crates/tinywasm/src/interpreter/executor.rs#L334
cannot find type `i64x2` in this scope
Build wasm: crates/tinywasm/src/interpreter/executor.rs#L336
failed to resolve: use of undeclared type `Simd`
Build wasm: crates/tinywasm/src/interpreter/executor.rs#L336
cannot find type `i8x16` in this scope
Build wasm: crates/tinywasm/src/interpreter/executor.rs#L337
failed to resolve: use of undeclared type `Simd`
Build wasm: crates/tinywasm/src/interpreter/executor.rs#L337
cannot find type `i16x8` in this scope
Build wasm: crates/tinywasm/src/interpreter/executor.rs#L338
failed to resolve: use of undeclared type `Simd`
Build wasm: crates/tinywasm/src/interpreter/executor.rs#L338
cannot find type `i32x4` in this scope