I am a coder

Results 38 comments of I am a coder

One question @lffg , are you using dataloader already in your project? Dataloader does not have any concept of database. It's only a utility that maps many calls to a...

@Xiangrui2019 怎么了?

__Native Library, WASM parsers__ I would love to use wasm in other runtimes. Currently I am only able to use wasm in JS. But I would want to use it...

I encouter this issue as well. It's quite often to reproduce, but not deterministic. @dyedgreen

A follow up note, most Deno developers like to directly import from https://esm.sh, such as `https://esm.sh/@automerge/automerge` It's a es module CDN that automatically translate npm modules to es modules. Currently...

https://github.com/denoland/deno/issues/2552 https://github.com/denoland/deno/issues/14123 FYI

@acurrieclark `import "x.wasm"` is not supported by es module at the moment. This could be the best solution though. I meant include the wasm binary as a UintArray in JS...

Using `https://deno.land/[email protected]/node/npm_specifiers` can work around the issue. Though it pulls in lots of node dependencies that basically duplicate the Deno runtime API and std.