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/python/py-mpmath/index.js
1
3
9
3
views
1
const
{
join
}
=
require
(
"path"
)
;
2
exports
.
path
=
join
(
__dirname
,
"dist"
,
"wasm"
)
;
3
4