Skip to content

Commit

Permalink
Remove --expose-wasm from documentation
Browse files Browse the repository at this point in the history
documentation suggests to use --expose-wasm flag working with node. But I can't find it in nodejs documentation

We use skia without specifying this flag and it works.

Our node version is 14

This is an imported pull request from
google#133

GitOrigin-RevId: 68a74b4
Change-Id: Idf9bf9042288ba9bab4cddfe025322f25411bd69
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/682858
Reviewed-by: Kevin Lubick <[email protected]>
  • Loading branch information
stepancar authored and kjlubick committed Apr 27, 2023
1 parent 21084c6 commit f90ca5d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions modules/canvaskit/npm_build/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ To use CanvasKit in Node, it's similar to the browser:
// Code goes here using CanvasKit
});

With node, you also need to supply the `--expose-wasm` flag.

## WebPack

WebPack's support for WASM is still somewhat experimental, but CanvasKit can be
Expand Down

0 comments on commit f90ca5d

Please sign in to comment.