@sdeverywhere/plugin-wasm
v0.2.5
Published
This package provides a plugin that builds a WebAssembly (Wasm) module for a given System Dynamics model generated by [SDEverywhere](https://github.com/climateinteractive/SDEverywhere).
Downloads
38
Readme
@sdeverywhere/plugin-wasm
This package provides a plugin that builds a WebAssembly (Wasm) module for a given System Dynamics model generated by SDEverywhere.
Quick Start
The best way to get started with SDEverywhere is to follow the Quick Start instructions.
If you follow those instructions, the @sdeverywhere/plugin-wasm
package will be added to your project automatically, in which case you can skip the next section and jump straight to the "Usage" section below.
Install
# npm
npm install --save-dev @sdeverywhere/plugin-wasm
# pnpm
pnpm add -D @sdeverywhere/plugin-wasm
# yarn
yarn add -D @sdeverywhere/plugin-wasm
Usage
TODO: This section needs to be fleshed out. In the meantime, you can refer to the API documentation below for the options used to configure this plugin.
Documentation
API documentation (for plugin configuration options) is available in the docs
directory.
License
SDEverywhere is distributed under the MIT license. See LICENSE
for more details.