Skip to content
  • Sponsor stdlib-js/stdlib

  • Notifications You must be signed in to change notification settings
  • Fork 823

feat: add blas/base/wasm/sdsdot #6768

New issue

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

Merged
merged 12 commits into from
Apr 29, 2025
Prev Previous commit
Next Next commit
chore: add correct argument number
Co-authored-by: Athan <kgryte@gmail.com>
Signed-off-by: Shabareesh Shetty <139731143+ShabiShett07@users.noreply.github.com>
ShabiShett07 and kgryte authored Apr 25, 2025
commit aab158bab2fc3f36ea8998255cadb34d35f2dcf8
Original file line number Diff line number Diff line change
@@ -541,7 +541,7 @@ import sdsdot = require( './index' );
mod.ndarray( 10, 0, 0, 1, 0, 80, ( x: number ): number => x, 0 ); // $ExpectError
}

// The compiler throws an error if the `ndarray` method of a module instance is provided a seventh argument which is not a number...
// The compiler throws an error if the `ndarray` method of a module instance is provided an eighth argument which is not a number...
{
const mem = new Memory({
'initial': 1
PHP-Proxy

PHP-Proxy

Error accessing resource: 404 - Not Found