mirror of
https://github.com/saymrwulf/fips205-source.git
synced 2026-09-03 19:53:49 +00:00
21 lines
274 B
Markdown
21 lines
274 B
Markdown
|
|
|
|
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/
|
|
~~~
|