@pancreaflame/sort-str-arr

A sample project with wasm-pack

Usage no npm install needed!

<script type="module">
  import pancreaflameSortStrArr from 'https://cdn.skypack.dev/@pancreaflame/sort-str-arr';
</script>

README

Start Rust Project

source ~/.cargo/env cargo init --name <project_name> cargo run cargo build ./target/debug/<project_name> ; to run the compiled rust program cargo build --release ./target/release/<project_name> ; to run the compiled rust program

To WASM

ref 01

cargo install wasm-pack

cargo new --lib sort-str-arr

Credits

Major thanks to ...

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.