-
### 🐛 Describe the bug
When my model is saved with default parameters for `optimize_for_mobile` it yields incorrect output.
If I add `INSERT_FOLD_PREPACK_OPS` to the blocklist, the result is corre…
-
The current option of `COMPILER` are:
- babel (6)
- babel (5)
- traceur
- typescript
- regenerator
- prepack
Please provide an option of `no transpile` (or `JavaScript`) so that people can …
-
Prepack should answer the following questions
Why are we doing the project and event?
Things you will need
What we testing and explain the event is to test and idea
Methodology
-
While writing #397 most of what I wrote was sloppy proxying code between the host (Node) JS environment and the Prepack JS environment. 1:1. It would be nice to have an automatic way of doing that.
…
-
I noticed in the xnnpack binding code that there was a bunch of stuff like this:
```
.op("prepacked::linear_clamp_run(Tensor X,"
" __torch__.torch.classes.xnnpack.LinearOpCont…
-
Feel free to rename this issue if it's something more specific. This started in this comment: https://github.com/facebook/prepack/issues/1285#issuecomment-354828615 and I've found a reduced test case …
-
I spent much of my last semester at school working on a thesis where I worked on short cut fusion in JavaScript. This culminated in a talk I presented at ZEIT Day about how we implemented it using Bab…
-
### С чем связан запрос на фичу?
Необходимо дополнительно оптимизировать запросы
### Расскажите как вы это себе видите
- [ ] клиент не должен отправлять запросов в WP. Сейчас остались картинки
…
-
Prepacking this...
```js
(function () {
function f(g) {
let x = 23;
function f() { return x; }
g(f); // g()); }
})();
```
results in the following (at least aft…
-
http://www.wemlion.com/post/prepack
文蔺的前端学习记录,国外技术文章翻译,个人学习心得等等这些都会记录在这里。