Skip to content

Releases: AndyTechnologies/wasm-apps

v1.6.0

Choose a tag to compare

@github-actions github-actions released this 08 Aug 03:25
Immutable release. Only release title and notes can be modified.
f8800d8

What's Changed

Full Changelog: v1.5.1...v1.6.0

v1.5.1

Choose a tag to compare

@github-actions github-actions released this 26 Jul 00:35
Immutable release. Only release title and notes can be modified.
bdf46f0

What's Changed

Full Changelog: v1.4.1...v1.5.1

v1.4.1

Choose a tag to compare

@github-actions github-actions released this 23 Jul 04:08
Immutable release. Only release title and notes can be modified.
2d59f1f

What's Changed

Full Changelog: v1.3.1...v1.4.1

v1.3.1

Choose a tag to compare

@github-actions github-actions released this 18 Jul 03:21
Immutable release. Only release title and notes can be modified.
266c851

Patch Changes

  • 7f81824: Corrige llamada a registerBuiltinHostFunctions, flag ignoreCache, path traversal en ZIP y defaults de documentacion

    • fix(linker): llama registerBuiltinHostFunctions en stdlib-plugin y pasa importFuncTypes a generateCCode
    • fix(linker): corrige flag --ignore-cache en runSetup/setupWasmtime
    • fix(linker): valida path traversal y limites en extractor ZIP
    • fix(compiler): elimina mergeAsConfig como codigo muerto
    • fix(cli): corrige shrinkLevel default en config y documentacion
    • fix(linker): anade verificacion SHA-256 en descargas
    • fix(linker): usa deep clone en pipeline para evitar mutaciones laterales
    • fix(linker): normaliza rutas Windows en build-cache
    • fix(linker): integra isBuildUpToDate en createNativeApp
    • fix(compiler): usa codigo de retorno en vez de stderr.includes("ERROR")
    • fix(linker): separa globalThis de MATH_CONSTANTS
    • fix(linker): limpia function section en tree-shake
    • docs: documenta targets, zigPath, optimization y plugins en config.md
    • docs: actualiza tutorial con paso wapp setup
    • refactor(cli): anade fases BeforeCodeGen/AfterCodeGen al pipeline
    • refactor(cli): refactoriza clearCache con logica explicita
    • chore: traduce todos los JSDocs a espanol
  • Updated dependencies [7f81824]

    • @wasm-apps/types@1.3.1
    • @wasm-apps/compiler@1.3.1
    • @wasm-apps/linker@1.3.1

v1.3.0

Choose a tag to compare

@github-actions github-actions released this 17 Jul 18:32
Immutable release. Only release title and notes can be modified.
ce1c35d

Minor Changes

  • feat: test suite formal con vitest, tree-shaking WASM, CLI progress y wapp dev

    • Tests: 15 suites, 129 tests con mocks para asc/wasmtime/cmake
    • CLI progress: barras ora en compilación C++ y pipeline de linking
    • Hot reload: nuevo comando wapp dev que recompila y relinkea al cambiar .wasm.ts
    • Tree-shaking: DCE a nivel de funciones WASM vía call-graph desde exports
    • Tree-shake plugin: built-in activo por defecto en PipelinePhase.BeforeCodeGen
    • CI: separación test:unit / test:integration, scripts actualizados

Patch Changes

  • Updated dependencies []:
    • @wasm-apps/types@1.3.0
    • @wasm-apps/compiler@1.3.0
    • @wasm-apps/linker@1.3.0

v1.2.1

Choose a tag to compare

@AndyTechnologies AndyTechnologies released this 16 Jul 20:51
Immutable release. Only release title and notes can be modified.
e1906f8

[1.2.1] - 2026-07-16

Fixed

  • plugin-loader: usar pathToFileURL() para import() en Windows (ESM no acepta
    rutas absolutas tipo D:\...)
  • extract: moveWithStrip corrige path.relative para no incluir directorios
    ya consumidos por strip
  • extract: renameWithFallback copia+elimina si renameSync falla con EPERM en
    Windows

v1.0.0

Choose a tag to compare

@github-actions github-actions released this 14 Jul 19:16
0750834

What's Changed

New Contributors

Full Changelog: https://github.com/AndyTechnologies/wasm-apps/commits/v1.0.0