Skip to content

Latest commit

History

History
19 lines (12 loc) 路 536 Bytes

File metadata and controls

19 lines (12 loc) 路 536 Bytes

@babel/plugin-proposal-import-wasm-source

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 for more information.

Install

Using npm:

npm install --save-dev @babel/plugin-proposal-import-wasm-source

or using yarn:

yarn add @babel/plugin-proposal-import-wasm-source --dev