Skip to content

Add support for Hacl_AES_128_GCM_NI and Hacl_AES_128_GCM_M32 #558

Add support for Hacl_AES_128_GCM_NI and Hacl_AES_128_GCM_M32

Add support for Hacl_AES_128_GCM_NI and Hacl_AES_128_GCM_M32 #558

Workflow file for this run

name: js
on:
push:
branches:
- main
- 'hacl-star-**'
pull_request:
workflow_dispatch:
jobs:
default:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup
run: sudo apt-get install ninja-build nodejs
- name: Build JS bindings
run: |
./mach build -l js
- name: Test JS bindings
run: |
./mach test -l js