Skip to content

Commit

Permalink
Add getPackage to JSG declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
garrettgu10 committed Aug 28, 2024
1 parent 7c2c621 commit 16993cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/workerd/api/pyodide/pyodide.h
Original file line number Diff line number Diff line change
Expand Up @@ -279,6 +279,7 @@ class ArtifactBundler: public jsg::Object {
JSG_METHOD(isEwValidating);
JSG_METHOD(storeMemorySnapshot);
JSG_METHOD(isEnabled);
JSG_METHOD(getPackage);
}

private:
Expand Down

0 comments on commit 16993cf

Please sign in to comment.