Extend d8/v8 to read stdin to TypedArray, or just keep using os.system()? #463
              
                
                  
                  
                    Answered
                  
                  by
                    saghul
                  
              
          
                  
                    
                      guest271314
                    
                  
                
                  asked this question in
                Q&A
              
            -
| Right now I'm using QuickJS to read standard input stream to  How would I go about translating working QuickJS code to extending  In   | 
Beta Was this translation helpful? Give feedback.
      
      
          Answered by
          
            saghul
          
      
      
        Jul 9, 2024 
      
    
    Replies: 1 comment 5 replies
-
| 
 Can you please elaborate? It's not clear to me what you are trying to do here. | 
Beta Was this translation helpful? Give feedback.
                  
                    5 replies
                  
                
            
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
I am not familiar with either of those, but I guess they might interpret what they are reading as newline and stopping there. In that case sticking to QuickJS might be the right option, other than switching to another engine like Deno or Bun.