Bubbles
Bubbles
DDeno
Created by cowboyd on 1/27/2025 in #help
How to load DWARF debugging symbols from WASM modules when running `deno --inspect`
but breaks when loading the same bin in deno and opening devtools?
8 replies
DDeno
Created by cowboyd on 1/27/2025 in #help
How to load DWARF debugging symbols from WASM modules when running `deno --inspect`
and these work fine in the browser (and devtools for browser)
8 replies
DDeno
Created by cowboyd on 1/27/2025 in #help
How to load DWARF debugging symbols from WASM modules when running `deno --inspect`
so you are compiling a C program with emcc passing the -g(3) flag so that it outputs debug symbols
8 replies
DDeno
Created by cowboyd on 1/27/2025 in #help
How to load DWARF debugging symbols from WASM modules when running `deno --inspect`
Uhh what
8 replies
DDeno
Created by Mqx on 5/1/2023 in #help
Pass string from TS to dll and return the passed string. (Like echo)
and for one byte and two byte there is also their external counterpart
117 replies
DDeno
Created by Mqx on 5/1/2023 in #help
Pass string from TS to dll and return the passed string. (Like echo)
weirdly enough
117 replies
DDeno
Created by Mqx on 5/1/2023 in #help
Pass string from TS to dll and return the passed string. (Like echo)
there is oneByte and twobyte and also utf8
117 replies
DDeno
Created by Mqx on 5/1/2023 in #help
Pass string from TS to dll and return the passed string. (Like echo)
meant to reply to this
V8 has two different internal string representations
117 replies
DDeno
Created by Mqx on 5/1/2023 in #help
Pass string from TS to dll and return the passed string. (Like echo)
3 even I think.
117 replies
DDeno
Created by abi on 3/28/2023 in #help
Simpler way to read a file relative to current module?
Apparently it resolves to a URL that is potentially a module
11 replies
DDeno
Created by abi on 3/28/2023 in #help
Simpler way to read a file relative to current module?
since when is that a thing!?!?!?
11 replies
DDeno
Created by abi on 3/28/2023 in #help
Simpler way to read a file relative to current module?
Np
11 replies
DDeno
Created by abi on 3/28/2023 in #help
Simpler way to read a file relative to current module?
This is usually what I do for relative wasm URL's
11 replies
DDeno
Created by abi on 3/28/2023 in #help
Simpler way to read a file relative to current module?
new URL(filepath, import.meta.utl)?
11 replies