Vaughan Rouesnel
Vaughan Rouesnel
**Type:** - [x] bug - [ ] feature - [ ] enhancement - [ ] question **Environment:** - OS: macOS - Browser: Chrome - Library Version: v1.1.4 **I'm going to...
I want to share my config between projects. Can we support the JS config format?

See #461.
Only one change necessary. Change: https://reviews.llvm.org/D107025 _https://github.com/banach-space/llvm-tutor/blob/main/lib/OpcodeCounter.cpp#L124_ ```diff - llvm::PassBuilder::OptimizationLevel + llvm::OptimizationLevel ```
Related - https://github.com/banach-space/llvm-tutor/issues/28 - https://stackoverflow.com/questions/23130821/llvm-run-own-pass-automatically-with-clang?rq=1 I am trying to instrument all function calls in an existing codebase. I don't want to have to modify existing makefile scripts too extensively. ---...
My first thoughts for a TS-like native language was that it would lower the barriers to entry for writing N-API plugins. Currently most Node tools are being re-written in Rust...
This role didn't work out of the box for me because I needed to run `sudo apt-get update`. Should this be incorporated in this role, or should it be in...