pkalivas / radiate

A genetic programming engine which evolves solutions through asynchronous speciation.
MIT License
146 stars 16 forks source link

Add WebAssembly support #9

Closed alianse777 closed 3 years ago

alianse777 commented 3 years ago

By default, uuid crate will not work on wasm targets. This PR adds wasm-bindgen and stdweb features for uuid, so it can be compile for wasm targets.