FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
binaryen/test/example/stack-utils.txt at waitqueue-api · WebAssembly/binaryen · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
WebAssembly
/
binaryen
Public
Notifications
You must be signed in to change notification settings
Fork
881
Star
8.6k
Code
Issues
339
Pull requests
221
Discussions
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
binaryen
/
test
/
example
/
stack-utils.txt
Copy path
More file actions
More file actions
Latest commit
History
History
History
18 lines (18 loc) · 301 Bytes
Breadcrumbs
binaryen
/
test
/
example
/
stack-utils.txt
Copy path
File metadata and controls
18 lines (18 loc) · 301 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
;; Test removeNops
(block (result i32 i64)
(nop)
(i32.const 0)
(nop)
(i64.const 0)
(nop)
(nop)
)
(block (result i32 i64)
(i32.const 0)
(i64.const 0)
)
;; Test stack signatures
;; Test stack signature composition
;; Test stack signature subtyping
;; Test stack signature lub
;; Test stack flow
Back
|
FazBrowse Home
|
New Git URL