Skip to content

Commit

Permalink
fix js bindings
Browse files Browse the repository at this point in the history
  • Loading branch information
franziskuskiefer committed Nov 21, 2023
1 parent 7eaf912 commit 2171f67
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions js/api.js
Original file line number Diff line number Diff line change
Expand Up @@ -217,9 +217,9 @@ var HaclWasm = (function() {
// We defined a few WASM-specific "compile-time macros".
var my_imports = {
EverCrypt_TargetConfig: (mem) => ({
hacl_can_compile_vale: 0,
hacl_can_compile_vec128: 0,
hacl_can_compile_vec256: 0,
HACL_CAN_COMPILE_VALE: 0,
HACL_CAN_COMPILE_VEC128: 0,
HACL_CAN_COMPILE_VEC256: 0,
has_vec128_not_avx: () => false,
has_vec256_not_avx2: () => false,
}),
Expand Down

0 comments on commit 2171f67

Please sign in to comment.