Releases: AndyTechnologies/wasm-apps
Releases · AndyTechnologies/wasm-apps
Release list
v1.6.0
Immutable
release. Only release title and notes can be modified.
What's Changed
- feat(compiler): bindings auto-injection WASI + corrección ABI tras review 4R by @AndyTechnologies in #20
- fix(ci): release workflow disparado por tags v* by @AndyTechnologies in #22
Full Changelog: v1.5.1...v1.6.0
v1.5.1
Immutable
release. Only release title and notes can be modified.
What's Changed
- Release v1.5.1 by @AndyTechnologies in #17
- fix(ci): auto-pr y release workflow fixes by @AndyTechnologies in #18
- fix(ci): --no-git-checks en pnpm publish by @AndyTechnologies in #19
Full Changelog: v1.4.1...v1.5.1
v1.4.1
Immutable
release. Only release title and notes can be modified.
v1.3.1
Immutable
release. Only release title and notes can be modified.
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
Immutable
release. Only release title and notes can be modified.
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 devque 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
Immutable
release. Only release title and notes can be modified.
[1.2.1] - 2026-07-16
Fixed
- plugin-loader: usar
pathToFileURL()paraimport()en Windows (ESM no acepta
rutas absolutas tipoD:\...) - extract:
moveWithStripcorrigepath.relativepara no incluir directorios
ya consumidos porstrip - extract:
renameWithFallbackcopia+elimina sirenameSyncfalla con EPERM en
Windows
v1.0.0
What's Changed
- feat(root): CI/CD con GitHub Actions y Trusted Publishers OIDC para npm by @AndyTechnologies in #1
- fix(release): añadir registry-url para autenticación npm by @AndyTechnologies in #2
- fix(cli): renombrar wapp-cli a @wasm-apps/cli by @AndyTechnologies in #4
- fix(release): saltar paquetes ya publicados by @AndyTechnologies in #5
New Contributors
- @AndyTechnologies made their first contribution in #1
Full Changelog: https://github.com/AndyTechnologies/wasm-apps/commits/v1.0.0