Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
s0me0ne-unkn0wn committed Apr 3, 2023
1 parent 7adff64 commit 4d2ed9c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions node/core/pvf/src/executor_intf.rs
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,10 @@ const DEFAULT_CONFIG: Config = Config {
// On the one hand, it simplifies the code, on the other, however, slows down compile times
// for execute requests. This behavior may change in future.
parallel_compilation: false,
wasm_reference_types: false,
wasm_simd: false,
wasm_bulk_memory: false,
wasm_multi_value: false,
},
};

Expand Down

0 comments on commit 4d2ed9c

Please sign in to comment.