diff options
| author | brian cully <bjc@spork.org> | 2025-12-30 10:07:53 -0500 |
|---|---|---|
| committer | brian cully <bjc@spork.org> | 2025-12-30 10:07:53 -0500 |
| commit | 0b78d8154e8644f69d5399c276c4c2a6feb4c5b5 (patch) | |
| tree | c7839f26948cf974d1843c1e5da89de965271cf2 /site/rust.mjs | |
| parent | b2fe275aa4486cfcb54e8149878402f64b0c84dd (diff) | |
| download | polyring-0b78d8154e8644f69d5399c276c4c2a6feb4c5b5.tar.gz polyring-0b78d8154e8644f69d5399c276c4c2a6feb4c5b5.zip | |
rename wasm impl to rust
we may have more than one wasm compiler?
Diffstat (limited to 'site/rust.mjs')
| -rw-r--r-- | site/rust.mjs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/site/rust.mjs b/site/rust.mjs new file mode 100644 index 0000000..200525b --- /dev/null +++ b/site/rust.mjs @@ -0,0 +1,2 @@ +import init from './rust/polyring.js'; +export default init; |
