Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-02-02 | chore: remove std directory (#9361) | Casper Beyer | |
This removes the std folder from the tree. Various parts of the tests are pretty tightly dependent on std (47 direct imports and 75 indirect imports, not counting the cli tests that use them as fixtures) so I've added std as a submodule for now. | |||
2020-11-02 | feat(std/wasi): add start method to Context (#8141) | Casper Beyer | |
This adds a start method to the Context to make starting a command less tedious and yield consistent errors. Manually setting the memory is still valid for more complex scenarios, just undocumented for the time being. | |||
2020-10-24 | docs(std/wasi): mark sched_yield as implemented (#8055) | Casper Beyer | |
This marks sched_yield as implemented, it is a no-op but will probably always be and we have passing tests for it. | |||
2020-10-04 | docs(std): version all imports in README (#7442) | tokiedokie | |
Use $STD_VERSION in std/ README files to automatically display proper version. | |||
2020-10-04 | docs: end sentences with a period in markdown (#7813) | Trivikram Kamat | |
2020-10-03 | docs(std/wasi): remove outdated testing section (#7812) | Casper Beyer | |
2020-10-03 | docs(std/wasi): fix usage example (#7808) | Casper Beyer | |
The usage example is a bit out of date and not compatible with the stricter definition of the WebAssembly namespace. This fixes that and makes it a bit cleaner. | |||
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-08-20 | docs(std/wasi): fix reference to the wrong object in example (#7124) | Casper Beyer | |
2020-07-05 | feat(std/wasi): implement fd_readdir (#6631) | Casper Beyer | |
2020-06-29 | feat(std/wasi): implement fd_sync (#6560) | Casper Beyer | |
2020-06-29 | feat(std/wasi) implement fd_filestat_set_size (#6558) | Casper Beyer | |
2020-06-29 | feat(std/wasi): implement fd_datasync (#6556) | Casper Beyer | |
2020-06-29 | feat(std/wasi) implement fd_filestat_get (#6555) | Casper Beyer | |
2020-06-24 | doc(std/wasi): fix example (#6464) | Marcos Casagrande | |
2020-06-24 | doc(std/wasi) add a list of supported syscalls (#6460) | 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 |