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 }}
This repository has been archived by the owner on Feb 28, 2018. It is now read-only.
What?
Refine import syntax for
Decouple declare native function from import.
Update
Import Cases
import from local tbs file
.tbs will automatically append to import from file
import from javascript built-ins
special tbs file where all javascript methods declared. it should be outside library source.
import from compiled wasm binary
unwanted functions from imported wasm should be removed and combine in to one wasm output.
Notes: All declare syntax outside library source should allocate imports. import from wasm binary need a wasm binary parser.
import strategy
if library && declare ---> no import
if declare ---> import
The text was updated successfully, but these errors were encountered: