-
Hey there!
I want to experiment with extending the [gleam](https://gleam.run/) language to support compiling to webassembly. The compiler is written in rust, so I was hoping to find rust bindings to …
-
SUMMARY:
Because you are actively programming in Ur/Web on practical projects, reading your code is very helpful for beginners like me to learn typical idioms and good style.
Perhaps you may someday…
-
I spotted what I believe is a memory leak trying to benchmark a very simple Spock app.
Reproduction steps in [this repo](https://github.com/soupi/compare-web-haskell).
You may need to use `ulimi…
-
### What version of Bun is running?
1.1.3
### What platform is your computer?
WSL1: Linux 4.4.0-22621-Microsoft x86_64 x86_64
### What steps can reproduce the bug?
1. [Build libchatllm]…
foldl updated
2 weeks ago
-
### What is the problem this feature would solve?
A bun "global" can be imported in two ways:
```js
// 1. using `import`
import { sleep } from "bun"
sleep(1)
// 2. using the global variable …
-
### What is the problem this feature will solve?
Not sure if this is related to #235 but I feel like they could go together.
I am interested in fixed-length buffer value types.
I work on the …
-
# Issue
Yueliang is an unoptimized Lua 5.1 compiler, and with newer solutions now available, should not be used.
# Solution
Using an HTTP backend, interface with Luau to compile source to bytecod…
-
Currently webview.run() blocks the main thread, which limits your ability to run any kind of backend code, like a web server.
Additionally, this currently doesn't work in a Worker script, although th…
-
Can't use `better-sqlite3` with bun and drizzle-kit:
`bunx drizzle-kit migrate` and `bunx drizzle-kit push` produce the error `Could not locate the bindings file`.
Workaround for now (locally):
…
-
### What version of Bun is running?
1.0.9+98f20170a
### What platform is your computer?
Linux version 5.10.0-25-amd64 (debian-kernel@lists.debian.org) (gcc-10 (Debian 10.2.1-6) 10.2.1 2021011…