Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 394 Bytes

File metadata and controls

19 lines (13 loc) · 394 Bytes

中文版

paddlejs-backend-wasm

This package is wasm backend, registered automatically after importing.

Via NPM

// import the registered wasm backend.
import '@paddlejs/paddlejs-backend-wasm';

Via a script tag

<!-- import the registered wasm backend -->
<script src="https://paddlejs.cdn.bcebos.com/paddlejs/paddlejs-backend-wasm"></script>