9 comentários (9 comentários)0 reação (0 reação)0 responsável (0 responsável)C++3.519 forks (3.519 forks)batch import
good first bughelp wanted
Métricas do repositório
- Stars
- 27.361 estrelas (27.361 estrelas)
- Métricas de merge de PR
- Mesclagem média 19d 10h (Mesclagem média 19d 10h)147 fundiu PRs em 30d (147 fundiu PRs em 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 ?
Guia do colaborador
- Direção de pesquisa
- Investigue a documentação oficial da API para ver se allocateUTF8OnStack está documentada em outro lugar ou se é destinada apenas para uso interno. Verifique o código fonte do emscripten para sua declaração e possíveis avisos de uso.
- Pilha de tecnologia
- cppwasm
- Domain
- tooling
- Tipo Issue
- Documentação
- Prerequisites
- C++WebAssembly