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 Sep 4, 2024
1 parent b5dbcc6 commit e0e4782
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 e0e4782

Please sign in to comment.