remove rust bw compatible settings (#6085)

regenerate the settings docs



cleanup

Signed-off-by: Jess Frazelle <github@jessfraz.com>
This commit is contained in:
Jess Frazelle
2025-04-30 12:00:37 -07:00
committed by GitHub
parent 820082d7f2
commit dee77e814a
15 changed files with 268 additions and 600 deletions

View File

@ -9,6 +9,6 @@ export async function enginelessExecutor(
usePrevMemory?: boolean,
path?: string
): Promise<ExecState> {
const settings = { settings: await jsAppSettings() }
const settings = await jsAppSettings()
return await rustContext.executeMock(ast, settings, path, usePrevMemory)
}