webassemblyjs
webassemblyjs copied to clipboard
Toolchain for WebAssembly
Explicit conversion: - [ ] `f32.convert_s` - [ ] `f32.convert_u` - [ ] `f32.convert_s` - [ ] `f32.convert_u` - [ ] `f64.convert_s` - [ ] `f64.convert_u` - [ ] `f64.convert_s`...
- [ ] `i32.trunc_s` - [ ] `i32.trunc_u` - [ ] `i32.trunc_s` - [ ] `i32.trunc_u` - [ ] `i64.trunc_s` - [ ] `i64.trunc_u` - [ ] `i64.trunc_s` - [...
Since we are interpreting in JS it makes sense to use JS floats for all numbers and their operations wherever possible. However, I think there are a few problems with...
We need to ensure that only valid literals are used for each type by comparing the parsed value with the upper and lower bound of the ranges.
just browsing the code and just having a look at it to see if it's something i would use... something i notice right from the bat, is that you are...
Version 1.11.3 is no longer on NPM
Hi. I discovered this issue since `@webassemblyjs/wasm-parser` is using an older (pinned) dependency of `@webassemblyjs/leb128` using deprecated `new Buffer()`. I made this PR that upgrades all pinned dependencies to 1.12.1....
Bumps [express](https://github.com/expressjs/express) from 4.16.2 to 4.19.2. Release notes Sourced from express's releases. 4.19.2 What's Changed Improved fix for open redirect allow list bypass Full Changelog: https://github.com/expressjs/express/compare/4.19.1...4.19.2 4.19.1 What's Changed Fix...
Bumps [@babel/cli](https://github.com/babel/babel/tree/HEAD/packages/babel-cli) from 7.15.4 to 7.24.1. Release notes Sourced from @babel/cli's releases. v7.24.1 (2024-03-19) :bug: Bug Fix babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators #16350 Fix decorated class computed keys ordering (@JLHwung) #16344 Fix decorated...
Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.15.4 to 7.24.1. Release notes Sourced from @babel/traverse's releases. v7.24.1 (2024-03-19) :bug: Bug Fix babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators #16350 Fix decorated class computed keys ordering (@JLHwung) #16344 Fix decorated...