mirror of
https://github.com/fluencelabs/parity-wasm
synced 2025-05-24 05:01:34 +00:00
increase DEFAULT_TABLE_SIZE from 16 to 64
This commit is contained in:
parent
c57797aaad
commit
8da7d22e37
@ -26,7 +26,7 @@ const DEFAULT_TABLE_BASE: u32 = 0;
|
|||||||
const DEFAULT_MEMORY_BASE: u32 = 0;
|
const DEFAULT_MEMORY_BASE: u32 = 0;
|
||||||
|
|
||||||
/// Defaul table size.
|
/// Defaul table size.
|
||||||
const DEFAULT_TABLE_SIZE: u32 = 16;
|
const DEFAULT_TABLE_SIZE: u32 = 64;
|
||||||
|
|
||||||
/// Index of default memory.
|
/// Index of default memory.
|
||||||
const INDEX_MEMORY: u32 = 0;
|
const INDEX_MEMORY: u32 = 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user