Kyiro
Kyiro
DDeno
Created by Dishit on 2/14/2024 in #help
How to get the Docker ARM image for Deno
Though dockerhub doesn't seem to have it yet
8 replies
DDeno
Created by Dishit on 2/14/2024 in #help
How to get the Docker ARM image for Deno
8 replies
DDeno
Created by Dishit on 2/14/2024 in #help
How to get the Docker ARM image for Deno
Deno only got an official arm64 distribution really recently so it's possible the docker image wasn't updated yet https://github.com/denoland/deno/pull/22298
8 replies
DDeno
Created by Mqx on 9/30/2023 in #help
Deno + Lit
22 replies
DDeno
Created by Mqx on 9/30/2023 in #help
Deno + Lit
import maps & esm.sh or just bare url imports
22 replies
DDeno
Created by Mqx on 9/30/2023 in #help
Deno + Lit
if you're using js, then you can skip esbuild
22 replies
DDeno
Created by Mqx on 9/30/2023 in #help
Deno + Lit
if you use ts
22 replies
DDeno
Created by Mqx on 9/30/2023 in #help
Deno + Lit
esbuild has a deno.land module btw
22 replies
DDeno
Created by Mqx on 9/30/2023 in #help
Deno + Lit
You can esbuild it yourself or use Aleph.js (actually no clue if it supports lit)
22 replies
DDeno
Created by pronoob on 9/4/2023 in #help
Is WASM generally faster than using Deno FFI?
i couldn't get the latter to work so I had to use raw ffi
17 replies
DDeno
Created by pronoob on 9/4/2023 in #help
Is WASM generally faster than using Deno FFI?
& wasm_bindgen is more polished than deno_bindgen
17 replies
DDeno
Created by pronoob on 9/4/2023 in #help
Is WASM generally faster than using Deno FFI?
it was still decently fast though
17 replies
DDeno
Created by pronoob on 9/4/2023 in #help
Is WASM generally faster than using Deno FFI?
wasm was about 2x slower but it's likely caused by the amount of allocating needed
17 replies
DDeno
Created by pronoob on 9/4/2023 in #help
Is WASM generally faster than using Deno FFI?
I kinda but not really benchmarked it once by using rust for image generation
17 replies
DDeno
Created by mrking2you on 8/30/2023 in #help
I need more help understanding imports and relative paths for a module I am writing
ty
34 replies
DDeno
Created by mrking2you on 8/30/2023 in #help
I need more help understanding imports and relative paths for a module I am writing
you're welcome <:Sadge_pray:862715150742061086>
34 replies
DDeno
Created by mrking2you on 8/30/2023 in #help
I need more help understanding imports and relative paths for a module I am writing
idk what's up with that
34 replies
DDeno
Created by mrking2you on 8/30/2023 in #help
I need more help understanding imports and relative paths for a module I am writing
yeah i changed the first import map entry to have an @ because smth needed it
34 replies
DDeno
Created by mrking2you on 8/30/2023 in #help
I need more help understanding imports and relative paths for a module I am writing
@mrking2you
34 replies
DDeno
Created by mrking2you on 8/30/2023 in #help
I need more help understanding imports and relative paths for a module I am writing
change ./import_map.json to the url of your import map from deno.land or github raw
34 replies