Consider removing manual modularization
Open
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 13.7k
- Forks
- 1.1k
- PR merge metrics
- No merged PRs in 30d
Description
The generated code in sql-wasm.js mentions Emscripten issue: emscripten-core/emscripten#5820.
This issue was fixed in PR emscripten-core/emscripten#10697 and released as version 13.9.16 in May 2020.
I think removing manual modularization will simplify sql.js build process.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reading src/shell-pre.js and inspecting the generated sql-wasm.js, then review the referenced Emscripten issue and the 13.9.16 release behavior. Simplify the sql.js build process by removing manual modularization and verify that the generated output still builds and runs correctly.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, sqlite, wasm
- Domain
- build-system
- Issue type
- Refactor
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100