You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

python-wasm

Package Overview
Dependencies
Maintainers
1
Versions
55
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

python-wasm

WebAssembly Python

Source
npmnpm
Version
0.2.1
Version published
Weekly downloads
4
Maintainers
1
Weekly downloads
 
Created
Source

python-wasm

Quickstart in Node.js

npm install python-wasm

Then

$ node
Welcome to Node.js v16.15.1.
Type ".help" for more information.
> const python = require('python-wasm')
> await python.init()
> python.exec('a = 2 + 3; a')
5
> python.repr('a')
5
> python.exec('import sys; sys.platform')
'wasi'

Webpack

See https://github.com/sagemathinc/wapython/tree/main/packages/webpack

Keywords

python

FAQs

Package last updated on 12 Jul 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts