Skip to content

Aioli 2.4.0

Compare
Choose a tag to compare
@robertaboukhalil robertaboukhalil released this 16 Sep 23:31
· 92 commits to main since this release
a3dae2b

What's new

  • Ability to lazy-load WebAssembly modules enhancement #32
  • Log errors to console when calling main() #31
  • New config reinit that when enabled, reinitializes the Wasm module after every exec (useful if you can't reset the global state between calls to the main() function)
  • New utility function cd to change working directory of all tools at once