Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolo-ribaudo committed Sep 18, 2023
1 parent d8425f4 commit 923e4b6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions packages/babel-plugin-proposal-import-wasm-source/README.md
@@ -1,19 +1,19 @@
# @babel/plugin-proposal-import-wasm-source-to-fetch
# @babel/plugin-proposal-import-wasm-source

> Transform source phase imports (`import source ... from '...'`) to `fetch` calls, assuming that the imported source is a WebAssembly module.
> Transform source phase imports (`import source ... from '...'`) to work in browsers and Node.js, assuming that the imported source is a WebAssembly module.
See our website [@babel/plugin-proposal-import-wasm-source-to-fetch](https://babeljs.io/docs/babel-plugin-proposal-import-wasm-source-to-fetch) for more information.
See our website [@babel/plugin-proposal-import-wasm-source](https://babeljs.io/docs/babel-plugin-proposal-import-wasm-source) for more information.

## Install

Using npm:

```sh
npm install --save-dev @babel/plugin-proposal-import-wasm-source-to-fetch
npm install --save-dev @babel/plugin-proposal-import-wasm-source
```

or using yarn:

```sh
yarn add @babel/plugin-proposal-import-wasm-source-to-fetch --dev
yarn add @babel/plugin-proposal-import-wasm-source --dev
```

0 comments on commit 923e4b6

Please sign in to comment.