Skip to content

Commit

Permalink
0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
shuding committed Nov 6, 2022
1 parent 3ee6452 commit 32f3bf7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[Yoga](https://github.com/facebook/yoga) but in WebAssembly. This is an **opinionated** fork from [pinqy520/yoga-layout-wasm](https://github.com/pinqy520/yoga-layout-wasm) with the following changes:

- Stick to bdc37b07971b645718d2d7400afa19d47056ef0f of Yoga that matches the `yoga-layout-prebuilt` package.
- Stick to commit 5dd33acc of Yoga, which supports `gap`.
- Fix missing `YGMeasureMode` binding.
- Fix missing `YGUnit` binding.
- Set flag `DYNAMIC_EXECUTION=0` for `emcc` to remove `eval` and `Function` executions.
Expand All @@ -13,4 +13,3 @@
- Remove the asm.js build.
- Enable LTO.
- Enable SIMD128.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "yoga-wasm-web",
"version": "0.1.2",
"version": "0.2.0",
"main": "dist/index.js",
"types": "index.d.ts",
"typings": "index.d.ts",
Expand Down

0 comments on commit 32f3bf7

Please sign in to comment.