Code Monkey home page Code Monkey logo

no.js's Introduction

No.js:基于V8和io_uring的JS运行时,只支持Linux5.5及以上

一 使用
1 执行make编译
2 ./No your js file or 软链到系统路径:sudo ln -s /Users/name/code/tmp/demo/No.js/No /usr/local/bin/No
3 执行test目录下的例子

二 调试
1 选择代码打断点
2 修改launch.json的args配置为你执行的文件
3 点击vscode左侧的小虫子开始调试

三 core dump 排查
1 sudo su
2 echo "/core/%e.core.%p" > /proc/sys/kernel/core_pattern
3 exit && ulimit -c unlimited
4 gdb ./No coredump文件的路径

四 文章
No.js---基于V8和io_uring的JS运行时

no.js's People

Contributors

theanarkh avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.