-
## đź’ˇ Feature description
`wasm-pack` should generate isomorphic code
#### đź’» Basic example
Below two targets have different output.
```sh
$ cd hello-world
$ wasm-pack build -t nodejs
$ w…
-
After bumping to v0.20.1, using Edge 44.18362.1.0, the console emits the following error:
**'TextEncoder' is not defined**
Microsoft's delightful Edge browser doesn't currently support TextEncod…
-
**What is your use-case and why do you need this feature?**
Just a regular case of parsing JSON responses in JS. I would like to have such feature to avoid allocating the entire response while parsin…
-
node 8.3 now ships with experimental TextEncoder/TextDecoder - https://nodejs.org/dist/latest-v8.x/docs/api/util.html#util_class_util_textdecoder
If perf is considerably better than node-iconv we c…
-
### Acknowledgements
- [X] I read the documentation and searched existing issues to avoid duplicates
- [X] I understand this is a **bug tracker** and anything other than a proven bug will be closed
-…
-
### Environment
Operating System: Windows_NT
Node Version: v22.6.0
Nuxt Version: 3.12.4
Nitro Version: 2.9.7
Package Manager: bun@1.1.24
Builder: vite
User Config: devtools, compatibilityVers…
-
```javascript
`
...
hello world
hello world
hello worldhello world
hello world
hello world
hello world
`;
const decoder = new TextDecoder();
const encoder = new TextEncoder();
for (let…
-
### Steps to reproduce
I'm trying to use Pigment CSS in a project that uses decorators and `TextDecoder`/`TextEncoder`.
However this doesn't work because WYW-in-JS uses Babel.
If I add the `@babe…
-
I've been mainly working on the TextDecoder performance gains for the past couple of weeks. It seems that `ICU`, even though is required for v8 `Intl`, is slow for UTF-8 encoding & decoding.
I reco…
-
Is it possible to retrieve composite values (ex: `row(123, 'str', true, null)`)
as Ruby's Array object (ex: `[123, "str", true, nil]`) ?
I hope to execute the following SQL...
```
select row(e…