Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Other Discussions
  3. The Insider News
  4. WASI: WebAssembly System Interface ... an abstraction of operating systems

WASI: WebAssembly System Interface ... an abstraction of operating systems

Scheduled Pinned Locked Moved The Insider News
asp-netcomsecuritycryptographyoop
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • B Offline
    B Offline
    BillWoodruff
    wrote on last edited by
    #1

    imho, exceptionally articulate writing, and includes an interesting interview of the author: [^]

    We started work on WASI, the WebAssembly System Interface. The goal of WASI is to create a very modular set of system interfaces. These include all of the low level kinds of interfaces that you'd expect from a system interface layer. It also includes some of the higher level ones too, like neural networks in crypto, and we expect many more of these higher level APIs to be added.

    These interfaces need to follow capability based security principles to ensure that we maintain the integrity of the sandbox. For the most part, these interfaces also need to be portable across the major operating systems. Although we are ok with system specific interfaces for some narrowly scoped use cases. It was when we started trying to make this portability work that we started getting into some problems.

    These problems started coming to light when we were thinking about a pretty core concept in many operating systems, the filesystem. A lot of code today depends on the filesystem. That code uses the filesystem for lots of different tasks. It's where you persist data. It's where you share data between two different programs running in different processes. It's where you put the code for executables. It's where configuration lives. It's where assets get stored.

    «The mind is not a vessel to be filled but a fire to be kindled» Plutarch

    N 1 Reply Last reply
    0
    • B BillWoodruff

      imho, exceptionally articulate writing, and includes an interesting interview of the author: [^]

      We started work on WASI, the WebAssembly System Interface. The goal of WASI is to create a very modular set of system interfaces. These include all of the low level kinds of interfaces that you'd expect from a system interface layer. It also includes some of the higher level ones too, like neural networks in crypto, and we expect many more of these higher level APIs to be added.

      These interfaces need to follow capability based security principles to ensure that we maintain the integrity of the sandbox. For the most part, these interfaces also need to be portable across the major operating systems. Although we are ok with system specific interfaces for some narrowly scoped use cases. It was when we started trying to make this portability work that we started getting into some problems.

      These problems started coming to light when we were thinking about a pretty core concept in many operating systems, the filesystem. A lot of code today depends on the filesystem. That code uses the filesystem for lots of different tasks. It's where you persist data. It's where you share data between two different programs running in different processes. It's where you put the code for executables. It's where configuration lives. It's where assets get stored.

      «The mind is not a vessel to be filled but a fire to be kindled» Plutarch

      N Offline
      N Offline
      Nick Polyak
      wrote on last edited by
      #2

      very interesting thanks. Thumbs up from me.

      Nick Polyak

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups