-
### Zig Version
0.11.0
### Steps to Reproduce and Observed Behavior
gcc and clang both have support of the options `-print-prog-name` but zig 0.10.0 does not. For example:
```
zig -print-prog-n…
-
Since SQLite is being used to back WebStorage, it would be nice if this were exposed. Since the engine is already embedded, and the process for including binary modules is pretty cumbersome, it would …
-
### Describe the problem
Python is used in almost every industry, easy to use
When will python be supported as a backend language, I am very much looking forward to that day.
### Describe the sol…
-
### Specification
Being inspired by Golang and other products like airplane.dev... etc. I can see that statically linked CLI executables is far easier to distribute. For example in https://github.c…
-
### 🔍 Search Terms
"conflicting types"
### ✅ Viability Checklist
- [x] This wouldn't be a breaking change in existing TypeScript/JavaScript code
- [x] This wouldn't change the runtime behavior of e…
-
### What is the problem this feature would solve?
Be able to run bun on aws lambda.
### What is the feature you are proposing to solve the problem?
Use bun on serverless lambda architecture
### Wh…
-
I am having a hard time installing sharp npm module with Deno. I am currently using Deno 1.36 and mac m1 chip, also following the steps from sharp [https://github.com/lovell/sharp/issues/2583](https:/…
-
I'm trying to publish @cross/test which does a conditional import of "bun:test" if running bun, but this error pops up - https://jsr.io/docs/troubleshooting#invalidexternalimport
The code is dynami…
-
```js
//import type from '@txikijs/types';
const sopath = './libcfltk.so';
import FFI from 'tjs:ffi';
const testlib = new FFI.Lib(sopath);
const cfltk ={
Fl_Window_new: new FFI.CFunction…
-
**The following content is outdated, please see the new comment for a simple new method.**
----
I find a way to manually cross compile deno 1.35.0 for aarch64 android.
+ host: `x86_64-unknown…