Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 |