This repository was archived by the owner on Oct 3, 2025. It is now read-only.
wip: initial simd support #336
Annotations
10 errors
|
crates/tinywasm/src/interpreter/executor.rs#L331
cannot find type `i8x16` in this scope
|
|
crates/tinywasm/src/interpreter/executor.rs#L332
cannot find type `i16x8` in this scope
|
|
crates/tinywasm/src/interpreter/executor.rs#L333
cannot find type `i32x4` in this scope
|
|
crates/tinywasm/src/interpreter/executor.rs#L334
cannot find type `i64x2` in this scope
|
|
crates/tinywasm/src/interpreter/executor.rs#L336
failed to resolve: use of undeclared type `Simd`
|
|
crates/tinywasm/src/interpreter/executor.rs#L336
cannot find type `i8x16` in this scope
|
|
crates/tinywasm/src/interpreter/executor.rs#L337
failed to resolve: use of undeclared type `Simd`
|
|
crates/tinywasm/src/interpreter/executor.rs#L337
cannot find type `i16x8` in this scope
|
|
crates/tinywasm/src/interpreter/executor.rs#L338
failed to resolve: use of undeclared type `Simd`
|
|
crates/tinywasm/src/interpreter/executor.rs#L338
cannot find type `i32x4` in this scope
|
The logs for this run have expired and are no longer available.
Loading