ballercat / walt

:zap: Walt is a JavaScript-like syntax for WebAssembly text format :zap:

Home Page:https://ballercat.github.io/walt/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Built in Closure plugin into loader

ballercat opened this issue · comments

Goal

Make it easy to use .walt files

Overview

A user should not have to pass in an importsObject with a closure plugin by default.

Acceptance Criteria

  • Add a compile-and-link option/function to the compiler
  • Add closure plugin handling to the loader
  • Write a test

A plugin system from #133 should be utilized instead.