Miaourt
Miaourt
Happen here too MC: 1.12.2 Forge: 14.23.3.2655 HCDarkness: 2.0
I'm renaming it because it's mandatory for keeping it as the default entrypoint. Unless, of course, you'd like to make a new "nodejs+browser tsc pipeline" entrypoint loading the logic from...
Tested ESM modules in nodejs & vite contexts ```js import * as ed from "../noble-ed25519/lib/esm/index.js"; // path to my local branch (async () => { // keys, messages & other...
I will try to test them the same way during the week... but I highly doubt it will change much since thoses bundlers you suggested are quite tested and understand...
Hello, any updates on this topic ? https://github.com/paulmillr/noble-ed25519/blob/main/index.ts#L9 Why not simply *add* the import when building nodejs package ? Instead of removing it...
Hello @slok ! Would it be possible to merge this ?
Using wasm https://deno.land/manual/getting_started/webassembly for prisma engine might be interesting (see https://github.com/dyedgreen/deno-sqlite for example), aka if Deno run, Prisma run (afaik NodeJS 14 introduced experimental webassembly support) Also to reply on...
Little re-up of the issue c:
Is this "VPN framework" this one https://github.com/passepartoutvpn/tunnelkit ? Shall I raise an issue down there to investigate this, or does it simply mean you're not interested into making something that...