fips205-source/wasm/README.md

22 lines
274 B
Markdown
Raw Permalink Normal View History

2024-03-14 13:46:53 +00:00
One-off installation
~~~
$ cargo install wasm-pack
$ sudo npm install npm@latest -g
~~~
To run:
~~~
$ cd wasm # this directory
$ wasm-pack build
$ cd www
$ npm install
$ export NODE_OPTIONS=--openssl-legacy-provider
$ npm run start
go to http://localhost:8080/
~~~