Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
lineCode
/
RustPython
Public
forked from
RustPython/RustPython
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
RustPython
wasm
lib
on
function_attributes
User selector
All users
Datepicker
All time
Commit history
Commits on Mar 5, 2019
Merge pull request #602 from coolreader18/prep-wasm-npm
Show description for cb1b9d3
windelbouwman
authored
cb1b9d3
View commit details
Copy full SHA for cb1b9d3
View code at this point
Browse repository at this point
Commits on Mar 4, 2019
Update wasm/lib/README.md
Show description for 006e975
OddCoincidence
and
coolreader18
authored
006e975
View commit details
Copy full SHA for 006e975
View code at this point
Browse repository at this point
Prepare the wasm crate for publishing on npm
coolreader18
committed
55cc653
View commit details
Copy full SHA for 55cc653
View code at this point
Browse repository at this point
Commits on Mar 2, 2019
Merge remote-tracking branch 'origin/master' into joey/fun-with-functions
Show description for 3478251
OddCoincidence
committed
3478251
View commit details
Copy full SHA for 3478251
View code at this point
Browse repository at this point
Merge pull request #577 from RustPython/kill_scope_variant
Show description for c8afeae
windelbouwman
authored
c8afeae
View commit details
Copy full SHA for c8afeae
View code at this point
Browse repository at this point
Fix lints in rustpython_wasm
coolreader18
committed
5f8fb89
View commit details
Copy full SHA for 5f8fb89
View code at this point
Browse repository at this point
Commits on Mar 1, 2019
Move Scope from pyobject to frame.
cthulahoops
committed
9d6e9ac
View commit details
Copy full SHA for 9d6e9ac
View code at this point
Browse repository at this point
Remove Scope variant from PyObject.
cthulahoops
committed
c2e2441
View commit details
Copy full SHA for c2e2441
View code at this point
Browse repository at this point
Add factory impl for boxed fn and remove extra constructor
OddCoincidence
committed
e2e3353
View commit details
Copy full SHA for e2e3353
View code at this point
Browse repository at this point
Merge pull request #570 from coolreader18/wasm-vm-inject_module
Show description for 387c21f
windelbouwman
authored
387c21f
View commit details
Copy full SHA for 387c21f
View code at this point
Browse repository at this point
Commits on Feb 28, 2019
Merge branch 'master' into wasm-promise-class
coolreader18
authored
500f486
View commit details
Copy full SHA for 500f486
View code at this point
Browse repository at this point
Merge pull request #569 from coolreader18/wasm-alert
Show description for cca19cf
windelbouwman
authored
cca19cf
View commit details
Copy full SHA for cca19cf
View code at this point
Browse repository at this point
Add an `injectModule` method to WASMVM
coolreader18
committed
f619612
View commit details
Copy full SHA for f619612
View code at this point
Browse repository at this point
Commits on Feb 27, 2019
Add alert, confirm, and prompt to the browser module
coolreader18
committed
ea93fb8
View commit details
Copy full SHA for ea93fb8
View code at this point
Browse repository at this point
Fix merge conflicts
coolreader18
committed
e3db472
View commit details
Copy full SHA for e3db472
View code at this point
Browse repository at this point
Merge pull request #548 from rickyhan/new_vm_fns
Show description for 9404c7c
windelbouwman
authored
9404c7c
View commit details
Copy full SHA for 9404c7c
View code at this point
Browse repository at this point
Proper error handling for int to animationFrame id
coolreader18
committed
c4513a1
View commit details
Copy full SHA for c4513a1
View code at this point
Browse repository at this point
newline
coolreader18
committed
b82e829
View commit details
Copy full SHA for b82e829
View code at this point
Browse repository at this point
Scroll to the bottom of the demo when it gets updated
coolreader18
committed
717392c
View commit details
Copy full SHA for 717392c
View code at this point
Browse repository at this point
Convert between JS Promises and PyPromises
coolreader18
committed
1d193e7
View commit details
Copy full SHA for 1d193e7
View code at this point
Browse repository at this point
Add a Promise class to the browser module
coolreader18
committed
ba1c5d7
View commit details
Copy full SHA for ba1c5d7
View code at this point
Browse repository at this point
Commits on Feb 26, 2019
cargo fmt
0b01
committed
30145ec
View commit details
Copy full SHA for 30145ec
View code at this point
Browse repository at this point
fix compile
0b01
committed
0a2aa1e
View commit details
Copy full SHA for 0a2aa1e
View code at this point
Browse repository at this point
Merge pull request #539 from coolreader18/wasm-browser-req_anim_frame
Show description for 2fc53a9
windelbouwman
authored
2fc53a9
View commit details
Copy full SHA for 2fc53a9
View code at this point
Browse repository at this point
Merge pull request #550 from coolreader18/remove-console_error-crate
Show description for 82e2ba1
windelbouwman
authored
82e2ba1
View commit details
Copy full SHA for 82e2ba1
View code at this point
Browse repository at this point
Merge pull request #546 from rickyhan/master
Show description for 53f54e4
windelbouwman
authored
53f54e4
View commit details
Copy full SHA for 53f54e4
View code at this point
Browse repository at this point
Fix wasm
OddCoincidence
committed
b8eb4c3
View commit details
Copy full SHA for b8eb4c3
View code at this point
Browse repository at this point
fix build error
0b01
committed
138de0d
View commit details
Copy full SHA for 138de0d
View code at this point
Browse repository at this point
fix build error
0b01
committed
baf3fe4
View commit details
Copy full SHA for baf3fe4
View code at this point
Browse repository at this point
Remove the console_error_panic_hook crate from Cargo.toml
coolreader18
committed
d399faa
View commit details
Copy full SHA for d399faa
View code at this point
Browse repository at this point
Commits on Feb 25, 2019
cargo fmt
0b01
committed
6f85a44
View commit details
Copy full SHA for 6f85a44
View code at this point
Browse repository at this point
cargo fmt
0b01
committed
6752f67
View commit details
Copy full SHA for 6752f67
View code at this point
Browse repository at this point
fix wasm
0b01
committed
943ded0
View commit details
Copy full SHA for 943ded0
View code at this point
Browse repository at this point
Add requestAnimationFrame to browser module
coolreader18
committed
5dd2de0
View commit details
Copy full SHA for 5dd2de0
View code at this point
Browse repository at this point
Commits on Feb 24, 2019
Merge branch 'master' into wasm-better-panic
coolreader18
authored
9a7bb31
View commit details
Copy full SHA for 9a7bb31
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.