Book a Demo!
Store
Features
Docs
Share
Support
News
About
Policies
Sign Up
Sign In
sagemathinc
Edit Copy
Star
1
GitHub Repository:
sagemathinc/python-wasm
Path:
blob/main/core/bzip2/index.js
1
3
9
1
views
1
const
{
join
}
=
require
(
"path"
)
;
2
exports
.
path
=
join
(
__dirname
,
"dist"
,
"wasm"
)
;
3
4