Cetin Sert
Cetin Sert
Interestingly, `type=module` (no quotes) works just fine! 
@zerodevx – [the approach suggested above](https://github.com/zerodevx/zero-md/issues/65#issuecomment-1040237086) breaks encapsulation. `` is the only third-party custom element I have seen that behaves like the standard elements of HTML in that it does...
RTCode.io ❤️ <zero-md> Dear @zerodevx, We have dedicated the short domain [**`md.rt.ht`**](//md.rt.ht) to the latest stable version of **``**! It is the shortest domain you can get that serves as...
This helps! 
@paulo-coutinho – I am looking into it.
People here https://github.com/emscripten-core/emscripten/issues/9443#issuecomment-594864722 (from the linked comment below) follow the same issue all the way up to LLVM.
Yes, it fails to return. - try the `--profile` flag to produce a better stack trace: https://github.com/emscripten-core/emscripten/issues/9443#issuecomment-594864722 - try different optimization levels `-O1` vs ... - https://github.com/emscripten-core/emscripten/issues/9443#issuecomment-821814373 - https://github.com/emscripten-core/emscripten/issues/9443#issuecomment-823029438
`AllocPages` is still being a source of suffering it seems o__O. Looking forward to https://github.com/paulo-coutinho/pdfium-lib/pull/55!
@paulo-coutinho – very excited about the outcome from this! Hopefully it will offer something beyond `emscripten` all by itself.
It is the same even if we tell `FPDF` to use an external buffer as in `FPDF.Bitmap_CreateEx(width, height, format, buffer, ⋯)`.