Giter Site home page Giter Site logo

Comments (3)

mathetake avatar mathetake commented on June 11, 2024
Expected behavior
Expected on Linux:

clock resolution 0 sec 1 nsec

Actual on Linux:

clock resolution 0 sec 1000 nsec

No I don't think this is really expected or bug at all. The whole point of WASI is isolation and if you make this happen, then you leak the host information into the Wasm guest, which basically breaks the sandbox. Why do you want to make this flux depending on the underlying OS? Ack this is not written in the WASI spec at all.

from wazero.

mathetake avatar mathetake commented on June 11, 2024

just FYI, wazero CLI is fixed to use WithSysWalltime API, and you can see what's expected there regarding resolutin:

	// WithSysWalltime uses time.Now for sys.Walltime with a resolution of 1us
	// (1000ns).
	//
	// See WithWalltime
	WithSysWalltime() ModuleConfig

from wazero.

yagehu avatar yagehu commented on June 11, 2024

Just want to highlight that leaking host information is not unique to clock resolution. Wazero already leaks filesystem host information like most other Wasi runtimes (Wasmtime, WasmEdge, etc.), e.g. filestat::dev, filestat::ino. I think it's reasonable to expect a call to clock_res_get return an accurate clock resolution, especially when the current Wazero clock_time_get is passed through the Go runtime to call the corresponding OS clock_gettime.

In any case, even if complete portability is desired for clock_res_get, I propose setting it to a lowest common denominator, say 55 ms, instead of an arbitrary value.

from wazero.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.