Skip to content

Commit

Permalink
namada/vm: disable floats in wasm
Browse files Browse the repository at this point in the history
  • Loading branch information
tzemanovic committed May 9, 2024
1 parent 3b1e526 commit 4880921
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/namada/src/vm/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const UNTRUSTED_WASM_FEATURES: WasmFeatures = WasmFeatures {
relaxed_simd: false,
threads: false,
tail_call: false,
floats: true,
floats: false,
multi_memory: false,
exceptions: false,
memory64: false,
Expand Down

0 comments on commit 4880921

Please sign in to comment.