mirror of
https://github.com/voltrevo/ValueScript.git
synced 2026-04-18 03:00:27 -04:00
Update assembly concepts to include export line
This commit is contained in:
@@ -32,6 +32,9 @@ struct Assembler {
|
||||
|
||||
impl Assembler {
|
||||
fn module(&mut self, module: &Module) {
|
||||
self.value(&module.export_default);
|
||||
self.object(&module.export_star);
|
||||
|
||||
for definition in &module.definitions {
|
||||
self.definition(definition);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user