Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
This makes std/node tests runnable from any directory by resolving the
testdata directory and files relative to the module directory resolved
from import.meta.url.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This explicitly lists std/wasi test modules in a pre-sorted array for deterministic test runs.
As a side effect it makes it a bit more visible when a test has been added or removed aside
from having to look at the submodule update.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This wraps all exported syscalls in an exception catching delegate to
ensure that the stack is never unexpectedly unwound.
|
|
This commit renames Module and ModuleOptions to context to avoid stutter
confusion, e.g avoid having documentation that says things like
instantiate the snapshot's module's module.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|