Questions tagged [docx-wasm]

4 questions
3
votes
1 answer

How to understand br_if in wasm?

How does br_if work? I have read the docs but I didn't find anything about result value of br_if. I use WebAssembly Studio. I have this code and I don`t understand why it works so. (func $f (param $a i32) (result i32) (block (result i32) …
2
votes
0 answers

Need to upgrade docx-wasm node js

I am looking to get into the developer portal for docx-wasm to see my current conversion counts and possible upgrading from the free tier. I cannot get to the site https://developers.nativedocuments.com/ Any help would be appreciated? Thank you
adesai6
  • 43
  • 2
0
votes
2 answers

"RuntimeError : Memory access out of bounds" when trying to save a string in Wasm heap and then saving the pointer to the string in a struct

I am trying to save a String in Wasm heap as Uint8Array after encoding and saving the pointer to the string and the length in a Struct so that i can access the string later. Below is My code in rust #[wasm_bindgen] pub struct CustomString{ ptr :…
UJJAL DUTTA
  • 93
  • 2
  • 8
0
votes
0 answers

How do I use node.js docx library to get NativeDocuments to render numbered lists when converting from docx to pdf?

I used the following page as an example to generate the docx. https://github.com/dolanmiu/docx/blob/master/docs/usage/numbering.md (docx) PRE-DECLARATIONS 1. Previous Wills & Codicils I revoke all previous wills and codicils. 2. Marital…
Jason Pascoe
  • 337
  • 2
  • 12