WebAssembly build of LevelDB
Nobody has claimed this yet.
- Dominant language
- No language data
- Stars
- 51
- Forks
- 15
- PR merge metrics
- No merged PRs in 30d
Description
It would be nice to have webassembly build of leveldown. There are many cases when platform independent build is more preferable than top performance.
Example: wrapped Google's woff2 https://github.com/fontello/wawoff2. ~ 2x slower than native, but no need to recompile, download and so on. Convenient.
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
The issue names leveldown and WebAssembly but no files, tests, or entry points. Start by locating leveldown's build configuration and determining whether its dependencies support a WebAssembly target. Done should mean a documented, reproducible WebAssembly build with the expected platform-independent behavior and known performance tradeoffs.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- wasm
- Domain
- build-system
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100