15 lines
237 B
Text
15 lines
237 B
Text
---
|
|
source: tests/file_tests.rs
|
|
expression: emit
|
|
info:
|
|
input: Hello World!
|
|
context: {}
|
|
---
|
|
VMInstructions {
|
|
labels: {},
|
|
instructions: [
|
|
AppendContent {
|
|
content: "Hello World!" (0..12),
|
|
},
|
|
],
|
|
}
|