Skip to content

--v8-flags conflict #20752

Open
Open
@danilovmy

Description

if i use those flags:

--v8-flags='--jitless'
--v8-flags='--lite-mode' 

this flags are discussed here: #6621

i recieve conflict message:

Warning: disabling flag --expose_wasm due to conflicting flags                                                                                                                                     
error: Uncaught ReferenceError: WebAssembly is not defined                                                                                                                                         
        const instance = await WebAssembly.instantiate(module, imports);                                                                                                                           
                         ^                                                                                                                                                                         
    at load (https://deno.land/x/denoflate@1.2.1/pkg/denoflate.js:216:26)                                                                                                                          
    at init (https://deno.land/x/denoflate@1.2.1/pkg/denoflate.js:247:40)                                                                                                                          
    at async https://deno.land/x/denoflate@1.2.1/mod.ts:13:1  

Metadata

Assignees

No one assigned

    Labels

    upstreamChanges in upstream are required to solve these issues

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions