Skip to content

Commit 5c974be

Browse files
committed
feat!: rename sr_wasm -> symbolic_regression_wasm
1 parent 8b90a07 commit 5c974be

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

web/ui/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# sr_web
22

3-
Minimal browser UI for `sr_wasm` (runs symbolic regression in a WebWorker).
3+
Minimal browser UI for `symbolic_regression_wasm` (runs symbolic regression in a WebWorker).
44

55
## Prereqs
66

web/ui/src/worker.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/// <reference lib="webworker" />
22

3-
import init, { WasmSearch } from "./pkg/sr_wasm.js";
3+
import init, { WasmSearch } from "./pkg/symbolic_regression_wasm.js";
44

55
type InitMsg = {
66
type: "init";

web/wasm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[package]
2-
name = "sr_wasm"
2+
name = "symbolic_regression_wasm"
33
version = "0.1.0"
44
edition = "2021"
55
license = "Apache-2.0"

web/wasm/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# sr_wasm
1+
# symbolic_regression_wasm
22

33
WASM bindings for `symbolic_regression` intended for browser use.
44

0 commit comments

Comments
 (0)