9 comments (9 comments)0 reactions (0 reactions)0 assignees (0 assignees)C++3,519 forks (3,519 forks)batch import
good first bughelp wanted
Repository metrics
- Stars
- 27,361 stars (27,361 stars)
- PR merge metrics
- Avg merge 19d 10h (Avg merge 19d 10h)147 merged PRs in 30d (147 merged PRs in 30d)
Description
In sql.js, we use the allocateUTF8OnStack function, and it works. However, the function is nowhere to be found in the official API documentation. Is this an oversight, or is there a reason the function should not be used outside of emscripten itself ?
Contributor guide
- Research direction
- Investigate the official API documentation to see if allocateUTF8OnStack is documented elsewhere or if it is intended for internal use only. Check the emscripten source code for its declaration and any usage warnings.
- Tech stack
- cppwasm
- Domain
- tooling
- Issue type
- Documentation
- Prerequisites
- C++WebAssembly