Skip to content
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

Feature request: WASM AES-NI and other missing SSE instructions. #1261

Open
adamyg opened this issue Mar 28, 2024 · 0 comments
Open

Feature request: WASM AES-NI and other missing SSE instructions. #1261

adamyg opened this issue Mar 28, 2024 · 0 comments
Labels

Comments

@adamyg
Copy link

adamyg commented Mar 28, 2024

Request to add WASM support for Intel's Advanced Encryption Standard (AES) Instruction Set.

During recent porting of several security libraries, limited support of x86 intrinsic plus WASM lack of AES op's meant ASE-NI support could not be done in native code; external tools are required, Please consider adding.

Worth reviewing
https://github.com/Terraspace/UASM
and https://github.com/JWasm/JWasm.

Reference:
https://www.intel.com/content/dam/doc/white-paper/advanced-encryption-standard-new-instructions-set-paper.pdf

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants