You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Nothing about this package is Deno-specific. Node.js currently can't run it because of TypeScript and .ts file imports, but Bun for example can (I tried it out). It would be awesome if this package would be published to npm, which would be as simple as:
creating a package.json file looking something like this:
There's no version pinning, but this package wasn't meant to work in Node/Bun anyway and creating an npm release may introduce future maintenance burden.
Nothing about this package is Deno-specific. Node.js currently can't run it because of TypeScript and
.ts
file imports, but Bun for example can (I tried it out). It would be awesome if this package would be published to npm, which would be as simple as:build/deno-wasm/.gitignore
file or adding abuild/deno-wasm/.npmignore
file withnpm publish --access public
The text was updated successfully, but these errors were encountered: