Move move_money into a wasm module, add dynamic node test that uses move_money
Some checks failed
test / test (push) Failing after 1m11s
Some checks failed
test / test (push) Failing after 1m11s
This commit is contained in:
@@ -18,3 +18,11 @@ The schema will be written to a schema.json file.
|
||||
Setting the number of threads in overhead allocation: set RAYON_NUM_THREADS environment
|
||||
variable ([doc](https://github.com/rayon-rs/rayon/blob/master/FAQ.md)).
|
||||
Note multithreading is only currently used to calculate allocation percentages.
|
||||
|
||||
## Building Webassembly modules
|
||||
|
||||
Currently there's one webassembly module, move-money-dynamic. This can be built by running the following command:
|
||||
|
||||
`cargo component build --target wasm32-unknown-unknown --release -p move-money-dynamic`
|
||||
|
||||
Note that in order to run the
|
||||
Reference in New Issue
Block a user