wabt icon indicating copy to clipboard operation
wabt copied to clipboard

optimize in for low memory device

Open primstar-cool opened this issue 1 year ago • 0 comments

  • add step OnSkipFunctionBodyExpr when read with skip_function_bodies
  • add virtual op code OpCodeRaw, when read with skip_function_bodies, the virtual struct will save byte code in a uint8 array, and will write directly on output
  • add macro wabt_expr_make_unique, for override operator new
  • add MemoryAllocStream can output byte code in an allocated buffer

primstar-cool avatar Jan 26 '25 14:01 primstar-cool