-
Notifications
You must be signed in to change notification settings - Fork 699
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
wasm-interp: Add multi-module support #2009
base: main
Are you sure you want to change the base?
Commits on Sep 28, 2022
-
module-loading works, but errors!
module-loading works, but it will give an error! (and crash)
Configuration menu - View commit details
-
Copy full SHA for d53a1e9 - Browse repository at this point
Copy the full SHA d53a1e9View commit details -
removed unnecessary lines and guarded exports
unnecessary lines were removed, mostly commented out stuff for testing. guarded the exports, so it wont throw an error with `--dummy-import-func`
Configuration menu - View commit details
-
Copy full SHA for b9da00b - Browse repository at this point
Copy the full SHA b9da00bView commit details -
clear maps again. fixes error on exit (and removved excess whitespace)
Configuration menu - View commit details
-
Copy full SHA for ff68a0b - Browse repository at this point
Copy the full SHA ff68a0bView commit details -
removed the hint, for `BindImports`to do the same as `PopulateImports``
Configuration menu - View commit details
-
Copy full SHA for f1d7371 - Browse repository at this point
Copy the full SHA f1d7371View commit details -
removed more notes expanded documentation properly clear the maps
Clear the maps in the proper place. Also removed more notes, and expanded the documentation
Configuration menu - View commit details
-
Copy full SHA for 86eb626 - Browse repository at this point
Copy the full SHA 86eb626View commit details
Commits on Sep 29, 2022
-
linting and better doc, test expanded
linting and improve documentation. test now include new module directive, too.
Configuration menu - View commit details
-
Copy full SHA for daab8ed - Browse repository at this point
Copy the full SHA daab8edView commit details
Commits on Oct 1, 2022
-
made wasi work again. older version would only allow wasi in last module.
Configuration menu - View commit details
-
Copy full SHA for d77a735 - Browse repository at this point
Copy the full SHA d77a735View commit details -
Configuration menu - View commit details
-
Copy full SHA for b2a63ba - Browse repository at this point
Copy the full SHA b2a63baView commit details
Commits on Oct 14, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 307e91c - Browse repository at this point
Copy the full SHA 307e91cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9be9d33 - Browse repository at this point
Copy the full SHA 9be9d33View commit details -
Configuration menu - View commit details
-
Copy full SHA for d4e4833 - Browse repository at this point
Copy the full SHA d4e4833View commit details -
Configuration menu - View commit details
-
Copy full SHA for fbe602b - Browse repository at this point
Copy the full SHA fbe602bView commit details -
Configuration menu - View commit details
-
Copy full SHA for baa0e5c - Browse repository at this point
Copy the full SHA baa0e5cView commit details -
correction due to comments on WebAssembly#2009 and the linter
corrected and expanded based on the comments of WebAssembly#2009 removed redundant function and adjusted imports.
Configuration menu - View commit details
-
Copy full SHA for 523aaa4 - Browse repository at this point
Copy the full SHA 523aaa4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 18b09f1 - Browse repository at this point
Copy the full SHA 18b09f1View commit details -
Configuration menu - View commit details
-
Copy full SHA for ba49f14 - Browse repository at this point
Copy the full SHA ba49f14View commit details -
place InitWasi correctly inside macro-block
forgot to check builds without wasi support.
Configuration menu - View commit details
-
Copy full SHA for 50db7e0 - Browse repository at this point
Copy the full SHA 50db7e0View commit details -
Configuration menu - View commit details
-
Copy full SHA for ca6aa99 - Browse repository at this point
Copy the full SHA ca6aa99View commit details -
reverted something i removed for testing
I added back in `called host` which I removed to better find debugging prompts.
Configuration menu - View commit details
-
Copy full SHA for 7f0489a - Browse repository at this point
Copy the full SHA 7f0489aView commit details -
dot removed from old parsing checks
removed the dot which was to distinguish between arguments and modules
Configuration menu - View commit details
-
Copy full SHA for 1ed7b45 - Browse repository at this point
Copy the full SHA 1ed7b45View commit details -
Configuration menu - View commit details
-
Copy full SHA for f7160d2 - Browse repository at this point
Copy the full SHA f7160d2View commit details