kaluma-project / kaluma

A tiny JavaScript runtime for RP2040 (Raspberry Pi Pico)
https://kalumajs.org
Apache License 2.0
632 stars 38 forks source link

Bun support #617

Closed jakeg closed 11 months ago

jakeg commented 11 months ago

Add support for Bun JS.

I can do bun install -g kaluma instead of node install -g kaluma but when trying to run with kaluma I get the error:

/usr/bin/env: 'node': No such file or directory