Added libstring and documentation for the general library
This commit is contained in:
parent
6bb0ad3793
commit
fa22d76f13
@ -10,7 +10,7 @@ from typing import Optional
|
||||
|
||||
@dataclass(frozen=True, init=True)
|
||||
class RunConfig:
|
||||
stack_size: int = 0 # 8 * 1024 * 1024 * 8 # for 8MB stack
|
||||
stack_size: int = 8 * 1024 * 64 # for 8KB stack
|
||||
include_scall_symbols: bool = True
|
||||
add_accept_imm: bool = False
|
||||
# debugging
|
||||
|
Loading…
Reference in New Issue
Block a user