Skip to content

Conversation

@lovasoa
Copy link
Member

@lovasoa lovasoa commented Feb 12, 2026

Summary

  • switch devcontainer base image to official mcr.microsoft.com/devcontainers/typescript-node with 24-bookworm
  • update EMSDK pin from 4.0.5 to 5.0.0
  • install default-jre-headless in devcontainer so emcc --closure 1 works in-container
  • migrate linting to ESLint 10 flat config (eslint.config.cjs) and remove Airbnb config dependency chain
  • update JS tooling dependencies in package.json/package-lock.json (eslint, @eslint/js, globals)
  • remove obsolete ESLint inline directives from src/worker.js
  • remove external test package dependency and migrate test/all.js to a built-in Node-based harness (node:assert), including compatibility for legacy assert.throws usage

Validation

  • built devcontainer image successfully on 24-bookworm
  • ran in-container npm ci, npm run build, and full npm test
  • all test targets pass: test-asm, test-asm-debug, test-wasm, test-wasm-debug, test-asm-memory-growth

@lovasoa lovasoa marked this pull request as draft February 12, 2026 13:47
@lovasoa lovasoa marked this pull request as ready for review February 12, 2026 15:08
@lovasoa lovasoa merged commit ee29605 into master Feb 12, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant