Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-09-21 | test(std/wasi): add fd_renumber test (#7574) | Casper Beyer | |
2020-09-21 | chore: add copyright (#7593) | tokiedokie | |
2020-09-16 | test(std/wasi): add sched_yield test (#7511) | Casper Beyer | |
2020-09-04 | test(std/wasi): explicitly list modules for deterministic test runs (#7245) | Casper Beyer | |
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. | |||
2020-09-04 | chore(std/wasi): enable and fix lint errors in tests (#7324) | Casper Beyer | |
2020-08-27 | test(std/wasi): seperate test runner into a module (#7191) | Casper Beyer | |
2020-08-25 | test(std/wasi): add wasi-testsuite as a submodule (#7042) | Casper Beyer | |
2020-08-24 | BREAKING(std/wasi): rename Module to Context (#7110) | Casper Beyer | |
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. | |||
2020-07-14 | Use dprint for internal formatting (#6682) | David Sherret | |
2020-06-26 | test(std/wasi): add read, write and metadata tests (#6494) | Casper Beyer | |
2020-06-26 | test(wasi/std): remove v8 flags from test runner (#6496) | Casper Beyer | |
2020-06-24 | feat(std/wasi): add wasi_snapshot_preview1 (#6441) | Casper Beyer | |
2019-10-09 | remove std submodule | Ryan Dahl | |
2019-10-04 | Move deno_std to a more convenient location. (#3057) | Ryan Dahl | |
js/deps/https/deno.land/std -> js/std |