We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
class ExampleClass { a: f64; b: f64; get ab(): v128 { return v128.load(changetype<usize>(this), offsetof<ExampleClass>("a")); } } if (!ASC_FEATURE_SIMD) { let a = new ExampleClass(); a.a = 1; }
Minimal reproduction causes a compiler error that reports like this:
ERROR TS2304: Cannot find name 'v128'. get ab(): v128 { ~~~~ in simd-error.ts(6,12)
The text was updated successfully, but these errors were encountered:
Any news on this? I think I can to take a stab at this problem.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Minimal reproduction causes a compiler error that reports like this:
The text was updated successfully, but these errors were encountered: