# WasmOnCanvas ## About This library aims to provide JavaScript bindinds to render patters on canvas with WebAssembly. ## Prerequisites `wasm-pack` (https://rustwasm.github.io/wasm-pack/) ## Build `wasm-pack build --target web` ## Releases Pre compiled binaries can be found in the releases section. ## Example ``` ```