v1rtl
v1rtl
I guess this can be closed since Bluebird won't be removed due to perf reasons
@Quramy could you take a look plz
Thank you for the review, i didnt have historical context of the monorepo, so i will revert some of the changes for unmaintained tools Also i forgot to tell but...
it is a WASI binary compiled via `GOOS=wasip1 GOARCH=wasm go build`. It works with wasm-util: ```js import { WASI } from 'https://esm.sh/@tybys/wasm-util' const wasi = new WASI({ args: ['/home/user/bee', '--help'],...
instead of `npmignore` I suggest `files` in package.json instead. npmignore is known for causing issues
oops, forgot to replace uuid in tests, gimme a moment
> it seems like there are still some references to the uuid module. Btw, we will need to decide if this can be merged in current major version or if...
@manast do I set the engines.node field to Node 16? or there is a better approach
@manast just added engines.node
Is there anything to be done on this PR besides conflict merging?