MCPcopy Create free account
hub / github.com/emscripten-core/emscripten / close

Method close

system/lib/wasmfs/pipe_backend.h:27–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25
26 int open(oflags_t) override { return 0; }
27 int close() override { return 0; }
28
29 ssize_t write(const uint8_t* buf, size_t len, off_t offset) override {
30 for (size_t i = 0; i < len; i++) {

Callers 2

_wasmfs_write_fileFunction · 0.45
__wasi_fd_closeFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected