Comparing version 0.4.6 to 0.5.0
@@ -53,3 +53,3 @@ import { | ||
rights, | ||
} from "bindings/wasi"; | ||
} from "@assemblyscript/wasi-shim/assembly/bindings/wasi_snapshot_preview1.ts"; | ||
@@ -56,0 +56,0 @@ type aisize = i32; |
{ | ||
"name": "as-wasi", | ||
"version": "0.4.6", | ||
"version": "0.5.0", | ||
"scripts": { | ||
@@ -15,8 +15,9 @@ "asbuild:untouched": "asc assembly/index.ts -b build/untouched.wasm -t build/untouched.wat --use abort=wasi_abort --debug", | ||
"devDependencies": { | ||
"assemblyscript": "^0.19", | ||
"concat-md": "^0.3", | ||
"@assemblyscript/wasi-shim": "^0.1", | ||
"assemblyscript": "^0.21", | ||
"concat-md": "^0.5", | ||
"rimraf": "^3.0", | ||
"typedoc": "^0.21", | ||
"typedoc-plugin-markdown": "^3.10" | ||
"typedoc": "^0.23", | ||
"typedoc-plugin-markdown": "^3.13" | ||
} | ||
} | ||
} |
@@ -29,3 +29,3 @@ # as-wasi | ||
// Import from the installed as-wasi package | ||
import { Console, Environ } from "as-wasi"; | ||
import { Console, Environ } from "as-wasi/assembly"; | ||
@@ -32,0 +32,0 @@ // Create an environ instance |
Sorry, the diff of this file is not supported yet
68297
6