Skip to content

Commit

Permalink
[skip ci] Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kateinoigakukun authored Mar 19, 2024
1 parent f54bf38 commit 0db31bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/npm-packages/ruby-wasm-wasi/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ Call a given method with given arguments

```javascript
const ary = vm.eval("[1, 2, 3]");
ary.call("push", 4);
ary.call("push", vm.wrap(4));
console.log(ary.call("sample").toString());
```

Expand Down

0 comments on commit 0db31bc

Please sign in to comment.