Wasmer-JS CLI
Last updated
Was this helpful?
Last updated
Was this helpful?
The Wasmer-JS command line interface (CLI) uses a modern Javascript Workflow, which depends on .
To install the Wasmer-JS CLI globally on your system, run the following command:
The Wasmer-JS CLI tool should now be installed. To test it, run the command wasmer-js --help
and you should see output similar to the following:
Please take a look at the help output to start running Wasm modules.
The same help output is also available in this documentation as the on the sidebar.