• Richard Musiol's avatar
    syscall/js: add package · 7b836368
    Richard Musiol authored
    This commit adds the syscall/js package, which is used by the wasm
    architecture to access the WebAssembly host environment (and the
    operating system through it). Currently, web browsers and Node.js
    are supported hosts, which is why the API is based on JavaScript APIs.
    There is no common API standardized in the WebAssembly ecosystem yet.
    
    This package is experimental. Its current scope is only to allow
    tests to run, but not yet to provide a comprehensive API for users.
    
    Updates #18892
    
    Change-Id: I236ea10a70d95cdd50562212f2c18c3db5009230
    Reviewed-on: https://go-review.googlesource.com/109195Reviewed-by: 's avatarBrad Fitzpatrick <bradfitz@golang.org>
    7b836368
Name
Last commit
Last update
.github Loading commit data...
api Loading commit data...
doc Loading commit data...
lib/time Loading commit data...
misc Loading commit data...
src Loading commit data...
test Loading commit data...
.gitattributes Loading commit data...
.gitignore Loading commit data...
AUTHORS Loading commit data...
CONTRIBUTING.md Loading commit data...
CONTRIBUTORS Loading commit data...
LICENSE Loading commit data...
PATENTS Loading commit data...
README.md Loading commit data...
favicon.ico Loading commit data...
robots.txt Loading commit data...