@spade-lang/spade 0.14.0-dev50.50.d1bd3c-d1bd3c → 0.15.0-dev50.50.518f19-518f19

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/gen/bundle.js CHANGED
@@ -3019,7 +3019,7 @@ function instantiate(getCoreModule, imports, instantiateCore = WebAssembly.Insta
3019
3019
  fd_prestat_dir_name: exports0["38"],
3020
3020
  fd_prestat_get: exports0["37"],
3021
3021
  fd_read: exports0["27"],
3022
- fd_seek: exports0["28"],
3022
+ fd_tell: exports0["28"],
3023
3023
  fd_write: exports0["29"],
3024
3024
  path_open: exports0["30"],
3025
3025
  proc_exit: exports0["39"],
@@ -3130,7 +3130,7 @@ function instantiate(getCoreModule, imports, instantiateCore = WebAssembly.Insta
3130
3130
  "25": exports2.clock_time_get,
3131
3131
  "26": exports2.fd_filestat_get,
3132
3132
  "27": exports2.fd_read,
3133
- "28": exports2.fd_seek,
3133
+ "28": exports2.fd_tell,
3134
3134
  "29": exports2.fd_write,
3135
3135
  "3": trampoline15,
3136
3136
  "30": exports2.path_open,
Binary file
Binary file
Binary file
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spade-lang/spade",
3
- "version": "0.14.0-dev50.50.d1bd3c-d1bd3c",
3
+ "version": "0.15.0-dev50.50.518f19-518f19",
4
4
  "description": "Spade HDL (YoWASP package)",
5
5
  "author": "Frans Skarman <frans.skarman@liu.se>",
6
6
  "license": "ISC",