Skip to content

Commit

Permalink
chore: add wasm import in doc, remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
vivianjeng committed Jan 9, 2025
1 parent 3fdaa88 commit 6755847
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions docs/blog/2025-01-06-2024-retro.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ Additionally, this approach is compatible with WASM for browsers. You can define

```rust
use serde_wasm_bindgen::to_value;
use wasm_bindgen::prelude::*;

#[wasm_bindgen]
pub fn poseidon(input: JsValue) -> Result<JsValue, JsValue> {
Expand Down
2 changes: 0 additions & 2 deletions docs/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ const config: Config = {
},
blog: {
showReadingTime: true,
// Please change this to your repo.
// Remove this to remove the "edit this page" links.
editUrl:
'https://github.com/zkmopro/mopro/tree/main/docs',
},
Expand Down

0 comments on commit 6755847

Please sign in to comment.